summaryrefslogtreecommitdiff
path: root/print
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
parentebf26edb632f4f8f33c9b037fc18ad945cf0d038 (diff)
downloadpkgsrc-0fafed7974a36b3342261d155a5ad248ec944eb2.tar.gz
Fix a number of GENERATE_PLIST entries to always have a terminating ;
Diffstat (limited to 'print')
-rw-r--r--print/foomatic-ppds/Makefile4
-rw-r--r--print/magicfilter/Makefile4
2 files changed, 4 insertions, 4 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
diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile
index 959f7309440..c8f1aacc8b4 100644
--- a/print/magicfilter/Makefile
+++ b/print/magicfilter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2009/06/14 22:58:08 joerg Exp $
+# $NetBSD: Makefile,v 1.55 2009/06/16 15:25:32 joerg Exp $
DISTNAME= magicfilter-1.2
PKGREVISION= 7
@@ -47,7 +47,7 @@ GENERATE_PLIST+= \
cd ${WRKSRC}/filters && \
for f in *-filter; do \
${ECHO} ${FILTER_DIR}/"$$f"; \
- done \
+ done;
post-install:
set -e; \