diff options
author | mat <mat@FreeBSD.org> | 2014-05-16 11:13:57 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-05-16 11:13:57 +0800 |
commit | b27775c2fdbc3f714684018a2972a51d1b091fa7 (patch) | |
tree | 91ab37dba41c81d914702142e54b7ea7cbb487f4 /dns | |
parent | af53c35f8bf605fba3f90e92914ac5b8c890ba3d (diff) | |
download | freebsd-ports-gnome-b27775c2fdbc3f714684018a2972a51d1b091fa7.tar.gz freebsd-ports-gnome-b27775c2fdbc3f714684018a2972a51d1b091fa7.tar.zst freebsd-ports-gnome-b27775c2fdbc3f714684018a2972a51d1b091fa7.zip |
Ok, revert r354129, it was a bad idea.
Poked by: many
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind98/Makefile | 2 | ||||
-rw-r--r-- | dns/bind98/pkg-plist | 2 | ||||
-rw-r--r-- | dns/bind99/Makefile | 2 | ||||
-rw-r--r-- | dns/bind99/pkg-plist | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index a19c2304c597..0734dcc64dbf 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= 9.8.7 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} diff --git a/dns/bind98/pkg-plist b/dns/bind98/pkg-plist index 725615f6d998..ba7e6dc311ad 100644 --- a/dns/bind98/pkg-plist +++ b/dns/bind98/pkg-plist @@ -336,7 +336,7 @@ sbin/named-journalprint sbin/nsec3hash sbin/rndc sbin/rndc-confgen -%%BASE%%%%BIND_DESTETC%%/rndc.conf.sample +%%BASE%%@unexec rm -f %%BIND_DESTETC%%/rndc.conf.sample %%NOBASE%%@sample %%ETCDIR%%/rndc.conf.sample %%NOBASE%%@sample %%ETCDIR%%/named.conf.sample %%NOBASE%%%%ETCDIR%%/named.root diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 6ef7908d4974..dc8a019ce44f 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= 9.9.5 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} diff --git a/dns/bind99/pkg-plist b/dns/bind99/pkg-plist index 2df0eefc8098..831e1e2fe926 100644 --- a/dns/bind99/pkg-plist +++ b/dns/bind99/pkg-plist @@ -342,7 +342,7 @@ sbin/named-journalprint sbin/nsec3hash sbin/rndc sbin/rndc-confgen -%%BASE%%%%BIND_DESTETC%%/rndc.conf.sample +%%BASE%%@unexec rm -f %%BIND_DESTETC%%/rndc.conf.sample %%NOBASE%%@sample %%ETCDIR%%/rndc.conf.sample %%NOBASE%%@sample %%ETCDIR%%/named.conf.sample %%NOBASE%%%%ETCDIR%%/named.root |