summaryrefslogtreecommitdiff
path: root/print/foomatic-ppds
diff options
context:
space:
mode:
authorrillig <rillig>2006-11-11 22:12:54 +0000
committerrillig <rillig>2006-11-11 22:12:54 +0000
commitdacd15261b2a9834abc70bf820a6cc768577f2be (patch)
tree6621fc3bc00e6a9e5fcb36501172906d42b9f5cf /print/foomatic-ppds
parent48171a4eb210f2a7e94844ea49ca570c8283b2f5 (diff)
downloadpkgsrc-dacd15261b2a9834abc70bf820a6cc768577f2be.tar.gz
Fixed "test ==".
Diffstat (limited to 'print/foomatic-ppds')
-rw-r--r--print/foomatic-ppds/Makefile4
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; \