summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoritojun <itojun>2001-02-04 12:20:22 +0000
committeritojun <itojun>2001-02-04 12:20:22 +0000
commita838a4146319d0dabf36172e033cdfa115fd410c (patch)
treeda4f4a9e60aef0a37e59eb66320dcec432373f8b /net
parentb1aa67f76cb71af4b2f8bc13d961df703d83e962 (diff)
downloadpkgsrc-a838a4146319d0dabf36172e033cdfa115fd410c.tar.gz
wrap long line
Diffstat (limited to 'net')
-rw-r--r--net/bind9-current/Makefile5
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