pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/bind9 Make "${IPV6H}" substitution in package list...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4e6a2626732
branches:  trunk
changeset: 465342:c4e6a2626732
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Dec 28 10:30:07 2003 +0000

description:
Make "${IPV6H}" substitution in package list more efficient.

diffstat:

 net/bind9/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r af3834bae806 -r c4e6a2626732 net/bind9/Makefile
--- a/net/bind9/Makefile        Sun Dec 28 10:09:38 2003 +0000
+++ b/net/bind9/Makefile        Sun Dec 28 10:30:07 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2003/11/12 03:39:41 jschauma Exp $
+# $NetBSD: Makefile,v 1.54 2003/12/28 10:30:07 tron Exp $
 #
 
 DISTNAME=      bind-${BIND_VERSION}
@@ -45,12 +45,11 @@
 
 # include/isc/ipv6.h is installed on non-ipv6 platforms
 .if defined(USE_INET6) && (${USE_INET6} == "YES")
-IPV6H=         "@comment "
+PLIST_SUBST+=  IPV6H="@comment "
 .else
-IPV6H=         ""
+PLIST_SUBST+=  IPV6H=
 .endif
 
-PLIST_SUBST+=  IPV6H=${IPV6H}
 PLIST_SRC=     ${WRKDIR}/PLIST
 
 post-install:



Home | Main Index | Thread Index | Old Index