diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-11 22:12:54 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-11 22:12:54 +0000 |
commit | 3dc74ef1a837461bcef9152616ea1899120f0d7d (patch) | |
tree | 6621fc3bc00e6a9e5fcb36501172906d42b9f5cf /print/foomatic-ppds | |
parent | 5caff7c9de5c9e4cea24f67f9a7f95dca6e506b0 (diff) | |
download | pkgsrc-3dc74ef1a837461bcef9152616ea1899120f0d7d.tar.gz |
Fixed "test ==".
Diffstat (limited to 'print/foomatic-ppds')
-rw-r--r-- | print/foomatic-ppds/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/foomatic-ppds/Makefile b/print/foomatic-ppds/Makefile index 20d85991735..27b2f85c2ae 100644 --- a/print/foomatic-ppds/Makefile +++ b/print/foomatic-ppds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/02/05 23:10:36 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/11/11 22:12:54 rillig Exp $ .include "Makefile.common" @@ -23,6 +23,8 @@ DEPENDS= foomatic-filters>=3.0.2:../../print/foomatic-filters REQD_DIRS= share/foomatic PLIST_SRC= ${WRKDIR}/PLIST_SRC +CHECK_PORTABILITY_SKIP= install + do-build: ${CAT} ${PKGDIR}/PLIST > ${PLIST_SRC} cd ${WRKSRC}/share; \ |