aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-01-07 05:39:08 +0800
committermat <mat@FreeBSD.org>2014-01-07 05:39:08 +0800
commit43c204de7ca4d69a9423e7920b47872653c1d45d (patch)
treebeda37ca68dd89752026767cab9cdcbfa671aa7a /dns
parentee4ab96ab7a910a1ab58d55d6267db045e378cac (diff)
downloadfreebsd-ports-gnome-43c204de7ca4d69a9423e7920b47872653c1d45d.tar.gz
freebsd-ports-gnome-43c204de7ca4d69a9423e7920b47872653c1d45d.tar.zst
freebsd-ports-gnome-43c204de7ca4d69a9423e7920b47872653c1d45d.zip
Fix yet another bug, they're creeping like crazy...
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