diff options
author | joerg <joerg> | 2009-06-14 22:57:58 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-14 22:57:58 +0000 |
commit | 586e55a958abfb26982c8f1ee40ef325478a1704 (patch) | |
tree | 63741286465d08baa5292031d5f6b9ffd847c5b9 /net/bind9 | |
parent | 9212099042a94886237378bae31335043b8e0231 (diff) | |
download | pkgsrc-586e55a958abfb26982c8f1ee40ef325478a1704.tar.gz |
Remove @dirrm related logic.
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index eb8f95c30ca..93dfa98b800 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.106 2009/03/23 14:43:13 tron Exp $ +# $NetBSD: Makefile,v 1.107 2009/06/14 22:58:06 joerg Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P2/pl2/} @@ -71,11 +71,7 @@ post-install: ${CHMOD} -x ${DESTDIR}${PREFIX}/share/doc/bind9/arm/Bv9ARM.pdf ${CP} ${PKGDIR}/PLIST ${PLIST_SRC} (cd ${DESTDIR}${PREFIX}; ${FIND} share/doc/bind9 -type f -print ) >> ${PLIST_SRC} - (cd ${DESTDIR}${PREFIX}; ${FIND} share/doc/bind9 -type d -print ) | \ - ${SED} -e 's/^/@dirrm /' | ${SORT} -r >> ${PLIST_SRC} (cd ${DESTDIR}${PREFIX}; ${FIND} include/bind -type f -print ) >> ${PLIST_SRC} - (cd ${DESTDIR}${PREFIX}; ${FIND} include/bind -type d -print ) | \ - ${SED} -e 's/^/@dirrm /' | ${SORT} -r >> ${PLIST_SRC} .include "../../mk/pthread.buildlink3.mk" .include "../../security/openssl/buildlink3.mk" |