summaryrefslogtreecommitdiff
path: root/net/xipdump
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 /net/xipdump
parent9212099042a94886237378bae31335043b8e0231 (diff)
downloadpkgsrc-586e55a958abfb26982c8f1ee40ef325478a1704.tar.gz
Remove @dirrm related logic.
Diffstat (limited to 'net/xipdump')
-rw-r--r--net/xipdump/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/xipdump/Makefile b/net/xipdump/Makefile
index e46263542c6..5e8929f3da9 100644
--- a/net/xipdump/Makefile
+++ b/net/xipdump/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2008/11/10 17:21:37 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2009/06/14 22:58:07 joerg Exp $
#
DISTNAME= xipdump-1.5.4
@@ -24,9 +24,6 @@ post-build:
@${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
@(cd ${WRKSRC}/data; ${FIND} pkc pkt ! -type d -print | \
${SED} -e 's|^|share/xipdump/|' >> ${PLIST_SRC})
- @${ECHO} "@dirrm share/xipdump/pkt" >> ${PLIST_SRC}
- @${ECHO} "@dirrm share/xipdump/pkc" >> ${PLIST_SRC}
- @${ECHO} "@dirrm share/xipdump" >> ${PLIST_SRC}
post-install:
${FIND} ${PREFIX}/share/xipdump -name *.pkc | \