diff options
author | itojun <itojun@pkgsrc.org> | 2001-02-04 12:20:22 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-02-04 12:20:22 +0000 |
commit | adf0a2f92e83b6106196f7fa386e79623cf994a8 (patch) | |
tree | da4f4a9e60aef0a37e59eb66320dcec432373f8b /net/bind9-current | |
parent | 7d4ab2d6c1370bd8e7d12f880035b8633e65342c (diff) | |
download | pkgsrc-adf0a2f92e83b6106196f7fa386e79623cf994a8.tar.gz |
wrap long line
Diffstat (limited to 'net/bind9-current')
-rw-r--r-- | net/bind9-current/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile index 1715c32b262..bdf3db49f2d 100644 --- a/net/bind9-current/Makefile +++ b/net/bind9-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/02/04 12:19:25 itojun Exp $ +# $NetBSD: Makefile,v 1.14 2001/02/04 12:20:22 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -51,7 +51,8 @@ post-install: ${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 d -print ) | \ + ${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 |