summaryrefslogtreecommitdiff
path: root/print/foomatic-ppds
diff options
context:
space:
mode:
authorjoerg <joerg>2009-06-14 22:57:58 +0000
committerjoerg <joerg>2009-06-14 22:57:58 +0000
commit586e55a958abfb26982c8f1ee40ef325478a1704 (patch)
tree63741286465d08baa5292031d5f6b9ffd847c5b9 /print/foomatic-ppds
parent9212099042a94886237378bae31335043b8e0231 (diff)
downloadpkgsrc-586e55a958abfb26982c8f1ee40ef325478a1704.tar.gz
Remove @dirrm related logic.
Diffstat (limited to 'print/foomatic-ppds')
-rw-r--r--print/foomatic-ppds/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/print/foomatic-ppds/Makefile b/print/foomatic-ppds/Makefile
index b156863f1a9..836760dc829 100644
--- a/print/foomatic-ppds/Makefile
+++ b/print/foomatic-ppds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2007/10/25 21:04:23 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2009/06/14 22:58:08 joerg Exp $
.include "Makefile.common"
@@ -26,10 +26,7 @@ CHECK_PORTABILITY_SKIP= install
GENERATE_PLIST+= \
( cd ${WRKSRC}/share; \
${FIND} ppd -type f -print | ${SORT} -u | \
- ${SED} -e "s|^|share/foomatic/|"; \
- ${FIND} ppd -type d -print | ${SORT} -ur | \
- ${SED} -e "s|^|@dirrm share/foomatic/|"; \
- ${ECHO} "@dirrm share/foomatic" );
+ ${SED} -e "s|^|share/foomatic/|" )
do-build: # nothing