summaryrefslogtreecommitdiff
path: root/print/foomatic-ppds
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-06-16 15:25:31 +0000
committerjoerg <joerg@pkgsrc.org>2009-06-16 15:25:31 +0000
commit0fafed7974a36b3342261d155a5ad248ec944eb2 (patch)
treefa0e1fe1cf96775d246aae52ce1c39c507d32764 /print/foomatic-ppds
parentebf26edb632f4f8f33c9b037fc18ad945cf0d038 (diff)
downloadpkgsrc-0fafed7974a36b3342261d155a5ad248ec944eb2.tar.gz
Fix a number of GENERATE_PLIST entries to always have a terminating ;
Diffstat (limited to 'print/foomatic-ppds')
-rw-r--r--print/foomatic-ppds/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/foomatic-ppds/Makefile b/print/foomatic-ppds/Makefile
index 836760dc829..eaea1df029b 100644
--- a/print/foomatic-ppds/Makefile
+++ b/print/foomatic-ppds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/06/14 22:58:08 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2009/06/16 15:25:32 joerg Exp $
.include "Makefile.common"
@@ -26,7 +26,7 @@ CHECK_PORTABILITY_SKIP= install
GENERATE_PLIST+= \
( cd ${WRKSRC}/share; \
${FIND} ppd -type f -print | ${SORT} -u | \
- ${SED} -e "s|^|share/foomatic/|" )
+ ${SED} -e "s|^|share/foomatic/|" );
do-build: # nothing