summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2001-02-04 10:40:00 +0000
committeritojun <itojun@pkgsrc.org>2001-02-04 10:40:00 +0000
commitbb06ef8f58644a9cfa8f54879f738494aeeb62b6 (patch)
tree156af20fbbace529bad07011d835e9c9f276816d /net
parent47fc4ed1d69623438ffc115c4d85aeece735f0c1 (diff)
downloadpkgsrc-bb06ef8f58644a9cfa8f54879f738494aeeb62b6.tar.gz
pkglint.
Diffstat (limited to 'net')
-rw-r--r--net/bind9-current/Makefile6
-rw-r--r--net/bind9-current/pkg/PLIST4
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