diff options
-rw-r--r-- | net/bind9-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile index 8e4e8c4e284..c8b45881581 100644 --- a/net/bind9-current/Makefile +++ b/net/bind9-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/04 10:40:00 itojun Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/04 10:43:23 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -29,7 +29,7 @@ post-build: -e 's|@PREFIX@|${PREFIX}|' \ <${FILESDIR}/named.sh >${WRKDIR}/named -PLIST_SRC= ${WRKSRC}/PLIST +PLIST_SRC= ${WRKDIR}/PLIST post-install: ${MKDIR} ${PREFIX}/share/doc/bind9 |