From 7d86b05e82a6a45f1e9871f7cc618ea07dba82ca Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Tue, 1 Sep 2009 01:31:43 +0000 Subject: The new LINKS OPTION is not only useless it's harmful when combined with the REPLACE_BASE option so if the latter is defined don't try to make the LINKS. Problem pointed out by: Chris Wopat --- dns/bind96/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dns/bind96') diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index 4f44bab43223..821e067f86e7 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -87,7 +87,7 @@ LIB_DEPENDS+= idnkit.1:${PORTSDIR}/dns/idnkit CONFIGURE_ARGS+= --without-idn .endif -.if !defined(WITHOUT_LINKS) +.if !defined(WITHOUT_LINKS) && !defined(WITH_REPLACE_BASE) PLIST_SUB+= LINKS="" .else PLIST_SUB+= LINKS="@comment " @@ -218,7 +218,7 @@ post-install: ${WRKSRC}/README.pkcs11 \ ${DOCSDIR}/ .endif -.if !defined(WITHOUT_LINKS) +.if !defined(WITHOUT_LINKS) && !defined(WITH_REPLACE_BASE) ${MKDIR} /var/named${PREFIX}/etc .for DIR in ${PREFIX}/etc /var/named${PREFIX}/etc .for FILE in named.conf rndc.key -- cgit v1.2.3