Fix yet another bug, they're creeping like crazy...

This commit is contained in:
Mathieu Arnold 2014-01-06 21:39:08 +00:00
parent 437e0654c9
commit 3acb181ef3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338943
4 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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

View file

@ -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}

View file

@ -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