aboutsummaryrefslogtreecommitdiff
path: root/dns/bind9-devel/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-05-02 13:17:02 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-05-02 13:17:02 +0000
commit7e0a3f915a909b16639525dcaa379a428624975a (patch)
tree07f2587d55212fab08a4d89ff700a92976807a5c /dns/bind9-devel/Makefile
parentf53c726ca7394df953e79ac802bd4ad68444562f (diff)
downloadports-7e0a3f915a909b16639525dcaa379a428624975a.tar.gz
ports-7e0a3f915a909b16639525dcaa379a428624975a.zip
Update to latest snapshot.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=414445
Diffstat (limited to 'dns/bind9-devel/Makefile')
-rw-r--r--dns/bind9-devel/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile
index f459df44ad06..b3439d507c95 100644
--- a/dns/bind9-devel/Makefile
+++ b/dns/bind9-devel/Makefile
@@ -19,8 +19,8 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64
LICENSE= ISCL
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.11.0.a20160428
-HASH= a27dc50
+ISCVERSION= 9.11.0.a20160430
+HASH= 9e6e088
MAKE_JOBS_UNSAFE= yes
@@ -264,4 +264,8 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \
${STAGEDIR}${ETCDIR}/rndc.conf.sample
+# Can't use USE_PYTHON=autoplist
+post-install-PYTHON-on:
+ @${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -type f | ${SED} -e 's|${STAGEDIR}||' >> ${TMPPLIST}
+
.include <bsd.port.post.mk>