diff options
author | wiz <wiz@pkgsrc.org> | 2002-06-01 08:14:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-06-01 08:14:43 +0000 |
commit | 54e174fe00dcfe4d464d14a5cc5461e49ede058b (patch) | |
tree | a661a72a321ac6262e2152ecedc3a10dd9760b8d /net/bind9-current | |
parent | 9b64e37ce768f04a92d080a77e77f99c7153e530 (diff) | |
download | pkgsrc-54e174fe00dcfe4d464d14a5cc5461e49ede058b.tar.gz |
pkglint(1)
Diffstat (limited to 'net/bind9-current')
-rw-r--r-- | net/bind9-current/Makefile | 4 | ||||
-rw-r--r-- | net/bind9-current/PLIST | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile index 561e0d47239..f78fe066299 100644 --- a/net/bind9-current/Makefile +++ b/net/bind9-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2002/03/29 04:04:30 itojun Exp $ +# $NetBSD: Makefile,v 1.35 2002/06/01 08:14:43 wiz Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -52,7 +52,7 @@ post-install: ${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} + ${SED} -e 's/^/@dirrm /' | ${SORT} -r >> ${PLIST_SRC} ${INSTALL_DATA} ${WRKDIR}/named ${PREFIX}/etc/rc.d/named9 ${INSTALL_DATA} ${WRKDIR}/lwresd ${PREFIX}/etc/rc.d/lwresd diff --git a/net/bind9-current/PLIST b/net/bind9-current/PLIST index 018ac0ffa95..66addb7b2ca 100644 --- a/net/bind9-current/PLIST +++ b/net/bind9-current/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/03/29 04:04:31 itojun Exp $ +@comment $NetBSD: PLIST,v 1.5 2002/06/01 08:14:43 wiz Exp $ bin/dig bin/host bin/isc-config.sh @@ -150,8 +150,8 @@ include/isccc/result.h include/isccc/sexpr.h include/isccc/symtab.h include/isccc/symtype.h -include/isccc/types.h -include/isccc/util.h +include/isccc/types.h +include/isccc/util.h include/isccfg/cfg.h include/isccfg/check.h include/isccfg/log.h |