diff options
author | itojun <itojun> | 2002-08-26 11:25:41 +0000 |
---|---|---|
committer | itojun <itojun> | 2002-08-26 11:25:41 +0000 |
commit | 62f14768514649c71c4c3bca8db1eec7b9e3d804 (patch) | |
tree | 36839fc2d57671bb81f18a3e2d1b8a9656b8cf54 /net/bind9 | |
parent | fcf42bbc721c3bb8e8f26896efc7d47e05a7f2aa (diff) | |
download | pkgsrc-62f14768514649c71c4c3bca8db1eec7b9e3d804.tar.gz |
this extra doublequote causes "make plist" to fail
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 4 |
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: |