diff options
author | itojun <itojun@pkgsrc.org> | 2001-02-04 10:43:23 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-02-04 10:43:23 +0000 |
commit | a3cbbd8ffd632c9031afe0857851f5f1b1555666 (patch) | |
tree | 1c0c928fb41caf86775bdc31b2b87c07e28c959e | |
parent | bb06ef8f58644a9cfa8f54879f738494aeeb62b6 (diff) | |
download | pkgsrc-a3cbbd8ffd632c9031afe0857851f5f1b1555666.tar.gz |
make PLIST_SRC into WRKDIR, not WRKSRC
-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 |