summaryrefslogtreecommitdiff
path: root/net/bind9
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2002-08-26 11:25:41 +0000
committeritojun <itojun@pkgsrc.org>2002-08-26 11:25:41 +0000
commit941581ba1d37a897f2a22fa34c1b03cb655724ce (patch)
tree36839fc2d57671bb81f18a3e2d1b8a9656b8cf54 /net/bind9
parent89d1d449bde30aaa5ca349ca4ba591e78e6dead5 (diff)
downloadpkgsrc-941581ba1d37a897f2a22fa34c1b03cb655724ce.tar.gz
this extra doublequote causes "make plist" to fail
Diffstat (limited to 'net/bind9')
-rw-r--r--net/bind9/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile
index e9b812d9d5b..f571a9b5efd 100644
--- a/net/bind9/Makefile
+++ b/net/bind9/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2002/08/20 01:38:16 grant Exp $
+# $NetBSD: Makefile,v 1.43 2002/08/26 11:25:41 itojun Exp $
#
DISTNAME= bind-${BIND_VERSION}
@@ -45,7 +45,7 @@ IPV6H= "@comment "
IPV6H= ""
.endif
-PLIST_SUBST+= IPV6H="${IPV6H}"
+PLIST_SUBST+= IPV6H=${IPV6H}
PLIST_SRC= ${WRKDIR}/PLIST
post-install: