aboutsummaryrefslogtreecommitdiff
path: root/dns/bind98
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/bind98
parent437e0654c9cf9b55b1124ee3a1f0a2d0fba887b5 (diff)
downloadports-3acb181ef3e01eec9987bc0d93818f994439bfb9.tar.gz
ports-3acb181ef3e01eec9987bc0d93818f994439bfb9.zip
Notes
Diffstat (limited to 'dns/bind98')
-rw-r--r--dns/bind98/Makefile2
-rw-r--r--dns/bind98/pkg-install2
2 files changed, 2 insertions, 2 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