diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-12-21 08:49:20 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-12-21 08:49:20 +0000 |
commit | d276d7612802e5cd35772afd3bbe2d5f6b8327d7 (patch) | |
tree | 67777177bf06068d682d61fe1687256214e7a7bc /dns/bind9 | |
parent | The ipv6 is supported in these ports, so add ipv6 category. (diff) |
Apply the markup fixes from the base to the nsupdate.8 and
nslookup.1 man pages.
Notes
Notes:
svn path=/head/; revision=180313
Diffstat (limited to 'dns/bind9')
-rw-r--r-- | dns/bind9/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index 2179f65a4b34..9fe7911a56c1 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/Makefile @@ -116,6 +116,14 @@ post-patch: -e 's#/etc/rndc.conf#${BIND_DESTETC}/rndc.conf#g' \ ${WRKSRC}/bin/${FILE}.Dist > ${WRKSRC}/bin/${FILE} .endfor + @${MV} ${WRKSRC}/bin/nsupdate/nsupdate.8 \ + ${WRKSRC}/bin/nsupdate/nsupdate.8.patched + @${SED} -e "s@^\.HP [0-9]* @@" \ + ${WRKSRC}/bin/nsupdate/nsupdate.8.patched \ + > ${WRKSRC}/bin/nsupdate/nsupdate.8 + @${MV} ${WRKSRC}/bin/dig/nslookup.1 ${WRKSRC}/bin/dig/nslookup.1.Dist + @${SED} -e "s@^host \[server\]@\\\fBhost\\\fR \\\fI[server]\\\fR@" \ + ${WRKSRC}/bin/dig/nslookup.1.Dist > ${WRKSRC}/bin/dig/nslookup.1 post-install: ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ |