aboutsummaryrefslogtreecommitdiff
path: root/dns/bind99
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-01-08 22:52:19 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-01-08 22:52:19 +0000
commit434aa8bf2955e7beb099da6f144a1873e7e325d6 (patch)
treea031fd3e68cc16facae7350c8304f007aa7ef87b /dns/bind99
parentaddfd6a6e1a8e6b7b41c963983ce2192766ae61d (diff)
downloadports-434aa8bf2955e7beb099da6f144a1873e7e325d6.tar.gz
ports-434aa8bf2955e7beb099da6f144a1873e7e325d6.zip
Fixup rndc.conf.sample installation
Spotted by: antoine
Notes
Notes: svn path=/head/; revision=339186
Diffstat (limited to 'dns/bind99')
-rw-r--r--dns/bind99/Makefile6
-rw-r--r--dns/bind99/pkg-plist5
2 files changed, 7 insertions, 4 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile
index 28b3a615e966..4ac20d6f819a 100644
--- a/dns/bind99/Makefile
+++ b/dns/bind99/Makefile
@@ -2,7 +2,7 @@
PORTNAME?= bind99
PORTVERSION= 9.9.4
-PORTREVISION?= 8
+PORTREVISION?= 9
CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR= bind9/${ISCVERSION}
@@ -158,9 +158,9 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} \
PLIST_SUB+= BIND_DESTETC="${BIND_DESTETC}"
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000100
-PLIST_SUB+= NOBASE=""
+PLIST_SUB+= NOBASE="" BASE="@comment "
.else
-PLIST_SUB+= NOBASE="@comment "
+PLIST_SUB+= NOBASE="@comment " BASE=""
.endif
.if !defined(BIND_TOOLS_SLAVE)
diff --git a/dns/bind99/pkg-plist b/dns/bind99/pkg-plist
index 7ff64acb8d35..878cc7a7f4af 100644
--- a/dns/bind99/pkg-plist
+++ b/dns/bind99/pkg-plist
@@ -335,8 +335,11 @@ sbin/named-journalprint
sbin/nsec3hash
sbin/rndc
sbin/rndc-confgen
-@unexec rm -f %%BIND_DESTETC%%/rndc.conf.sample
+%%BASE%%@unexec rm -f %%BIND_DESTETC%%/rndc.conf.sample
%%NOBASE%%etc/rc.d/named
+%%NOBASE%%@unexec if cmp -s %D/%%ETCDIR%%/rndc.conf.sample %D/%%ETCDIR%%/rndc.conf; then rm -f %D/%%ETCDIR%%/rndc.conf; fi
+%%NOBASE%%%%ETCDIR%%/rndc.conf.sample
+%%NOBASE%%@exec if [ ! -f %D/%%ETCDIR%%/rndc.conf ] ; then cp -p %D/%F %B/rndc.conf; fi
%%NOBASE%%@unexec if cmp -s %D/%%ETCDIR%%/named.conf.sample %D/%%ETCDIR%%/named.conf; then rm -f %D/%%ETCDIR%%/named.conf; fi
%%NOBASE%%%%ETCDIR%%/named.conf.sample
%%NOBASE%%@exec if [ ! -f %D/%%ETCDIR%%/named.conf ] ; then cp -p %D/%F %B/named.conf; fi