diff options
author | itojun <itojun@pkgsrc.org> | 2001-02-04 12:19:24 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-02-04 12:19:24 +0000 |
commit | 7d4ab2d6c1370bd8e7d12f880035b8633e65342c (patch) | |
tree | ed2eb364d8ccee37c28e3608be97fb8f260cf10c /net/bind9-current/Makefile | |
parent | 2272c767b7d1a0f414448fff505f70c1134efb80 (diff) | |
download | pkgsrc-7d4ab2d6c1370bd8e7d12f880035b8633e65342c.tar.gz |
add rc.d/lwresd
Diffstat (limited to 'net/bind9-current/Makefile')
-rw-r--r-- | net/bind9-current/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile index c67818f994b..1715c32b262 100644 --- a/net/bind9-current/Makefile +++ b/net/bind9-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/02/04 11:15:43 itojun Exp $ +# $NetBSD: Makefile,v 1.13 2001/02/04 12:19:25 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -32,6 +32,9 @@ post-build: ${SED} \ -e 's|@PREFIX@|${PREFIX}|' \ <${FILESDIR}/named.sh >${WRKDIR}/named + ${SED} \ + -e 's|@PREFIX@|${PREFIX}|' \ + <${FILESDIR}/lwresd.sh >${WRKDIR}/lwresd PLIST_SRC= ${WRKDIR}/PLIST @@ -50,5 +53,6 @@ post-install: (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 + ${INSTALL_DATA} ${WRKDIR}/lwresd ${PREFIX}/etc/rc.d/lwresd .include "../../mk/bsd.pkg.mk" |