aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-01-06 21:39:08 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-01-06 21:39:08 +0000
commit3acb181ef3e01eec9987bc0d93818f994439bfb9 (patch)
treebeda37ca68dd89752026767cab9cdcbfa671aa7a /dns
parent437e0654c9cf9b55b1124ee3a1f0a2d0fba887b5 (diff)
downloadports-3acb181ef3e01eec9987bc0d93818f994439bfb9.tar.gz
ports-3acb181ef3e01eec9987bc0d93818f994439bfb9.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/bind98/Makefile2
-rw-r--r--dns/bind98/pkg-install2
-rw-r--r--dns/bind99/Makefile2
-rw-r--r--dns/bind99/pkg-install2
4 files changed, 4 insertions, 4 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile
index 786bcb0d9e02..95ed8c6dcdbf 100644
--- a/dns/bind98/Makefile
+++ b/dns/bind98/Makefile
@@ -2,7 +2,7 @@
PORTNAME= bind98
PORTVERSION= 9.8.6
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR= bind9/${ISCVERSION}
diff --git a/dns/bind98/pkg-install b/dns/bind98/pkg-install
index f493d13a3545..df1fc8ad7639 100644
--- a/dns/bind98/pkg-install
+++ b/dns/bind98/pkg-install
@@ -20,7 +20,7 @@ done
if [ "$2" = 'POST-DEINSTALL' ]
then
- cd /var/named && /bin/rmdir -p ${PKG_PREFIX}/etc > /dev/null 2>&1 || :
+ cd /var/named && /bin/rmdir -p ./${PKG_PREFIX}/etc > /dev/null 2>&1 || :
fi
exit 0
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile
index c7d36eb8c8f0..eb22f39c1d84 100644
--- a/dns/bind99/Makefile
+++ b/dns/bind99/Makefile
@@ -2,7 +2,7 @@
PORTNAME?= bind99
PORTVERSION= 9.9.4
-PORTREVISION?= 5
+PORTREVISION?= 6
CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR= bind9/${ISCVERSION}
diff --git a/dns/bind99/pkg-install b/dns/bind99/pkg-install
index f493d13a3545..df1fc8ad7639 100644
--- a/dns/bind99/pkg-install
+++ b/dns/bind99/pkg-install
@@ -20,7 +20,7 @@ done
if [ "$2" = 'POST-DEINSTALL' ]
then
- cd /var/named && /bin/rmdir -p ${PKG_PREFIX}/etc > /dev/null 2>&1 || :
+ cd /var/named && /bin/rmdir -p ./${PKG_PREFIX}/etc > /dev/null 2>&1 || :
fi
exit 0