diff options
author | itojun <itojun> | 2001-02-04 10:43:23 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-02-04 10:43:23 +0000 |
commit | ca411504b0def223c5dcdaa86a2dfbdba43b28ea (patch) | |
tree | 1c0c928fb41caf86775bdc31b2b87c07e28c959e /net/bind9-current | |
parent | 65f0277f7207e7e7e5e879cac61ac77c13dfc4fb (diff) | |
download | pkgsrc-ca411504b0def223c5dcdaa86a2dfbdba43b28ea.tar.gz |
make PLIST_SRC into WRKDIR, not WRKSRC
Diffstat (limited to 'net/bind9-current')
-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 |