diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-30 00:20:35 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-30 00:20:35 +0000 |
commit | 8c6491422d3c454fde5ffb14db59b08e45cef2a1 (patch) | |
tree | 5c4c99b325033b7893654498835e9efe3379e030 /dns | |
parent | b9ccfa9c7a976c7f114a6ab75de88ef200fa8715 (diff) | |
download | ports-8c6491422d3c454fde5ffb14db59b08e45cef2a1.tar.gz ports-8c6491422d3c454fde5ffb14db59b08e45cef2a1.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index b85244a273c9..3db689a22dc2 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= dns net ipv6 MASTER_SITES= LOCAL/mat/bind #MASTER_SITES= https://source.isc.org/cgi-bin/gitweb.cgi?p=bind9.git;a=snapshot;h=${HASH};sf=tgz;f= @@ -215,6 +215,8 @@ post-extract: echo "SRCID=${HASH}" > ${WRKSRC}/srcid post-patch: + @${REINPLACE_CMD} -e '/RELEASETYPE=/s#$$#-${HASH}#' \ + ${WRKSRC}/version @${REINPLACE_CMD} -e 's|readline/readline.h|editline/readline.h|; \ s|readline/history.h|histedit.h|' \ ${WRKSRC}/bin/dig/nslookup.c ${WRKSRC}/bin/nsupdate/nsupdate.c |