diff options
author | itojun <itojun> | 2001-02-04 12:20:22 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-02-04 12:20:22 +0000 |
commit | a838a4146319d0dabf36172e033cdfa115fd410c (patch) | |
tree | da4f4a9e60aef0a37e59eb66320dcec432373f8b /net | |
parent | b1aa67f76cb71af4b2f8bc13d961df703d83e962 (diff) | |
download | pkgsrc-a838a4146319d0dabf36172e033cdfa115fd410c.tar.gz |
wrap long line
Diffstat (limited to 'net')
-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 |