diff options
Diffstat (limited to 'net/xipdump/Makefile')
-rw-r--r-- | net/xipdump/Makefile | 5 |
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 | \ |