summaryrefslogtreecommitdiff
path: root/print/foomatic-ppds
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-11-11 22:12:54 +0000
committerrillig <rillig@pkgsrc.org>2006-11-11 22:12:54 +0000
commit3dc74ef1a837461bcef9152616ea1899120f0d7d (patch)
tree6621fc3bc00e6a9e5fcb36501172906d42b9f5cf /print/foomatic-ppds
parent5caff7c9de5c9e4cea24f67f9a7f95dca6e506b0 (diff)
downloadpkgsrc-3dc74ef1a837461bcef9152616ea1899120f0d7d.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; \