diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/bind9-current/Makefile | 6 | ||||
-rw-r--r-- | net/bind9-current/pkg/PLIST | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile index f4c0be93147..8e4e8c4e284 100644 --- a/net/bind9-current/Makefile +++ b/net/bind9-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/04 10:39:11 itojun Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/04 10:40:00 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -43,8 +43,8 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/misc/* ${PREFIX}/share/doc/bind9/misc ${INSTALL_DATA} ${WRKSRC}/doc/rfc/* ${PREFIX}/share/doc/bind9/rfc ${CP} ${PKGDIR}/PLIST ${PLIST_SRC} - (cd ${PREFIX}; find share/doc/bind9 -type f -print ) >> ${PLIST_SRC} - (cd ${PREFIX}; find share/doc/bind9 -type d -print ) | sed -e 's/^/@dirrm /' | sort -r >> ${PLIST_SRC} + (cd ${PREFIX}; ${FIND} share/doc/bind9 -type f -print ) >> ${PLIST_SRC} + (cd ${PREFIX}; ${FIND} share/doc/bind9 -type d -print ) | ${SED} -e 's/^/@dirrm /' | sort -r >> ${PLIST_SRC} ${INSTALL_DATA} ${WRKDIR}/named ${PREFIX}/etc/rc.d/named9 .include "../../mk/bsd.pkg.mk" diff --git a/net/bind9-current/pkg/PLIST b/net/bind9-current/pkg/PLIST index 778800e192d..26b63818394 100644 --- a/net/bind9-current/pkg/PLIST +++ b/net/bind9-current/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2001/02/04 10:39:14 itojun Exp $ +@comment $NetBSD: PLIST,v 1.5 2001/02/04 10:40:00 itojun Exp $ bin/dig bin/host bin/isc-config.sh @@ -66,7 +66,7 @@ include/dns/request.h include/dns/resolver.h include/dns/result.h include/dns/rootns.h -include/dns/sdb.h +include/dns/sdb.h include/dns/secalg.h include/dns/secproto.h include/dns/ssu.h |