diff options
author | will <will@FreeBSD.org> | 2001-01-21 08:42:49 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-21 08:42:49 +0800 |
commit | c829bdf60bd36aec226be08b539e56e436791d79 (patch) | |
tree | 9b5943e96a0979daf5f35298e336ddff687c9213 /dns/bind94/Makefile | |
parent | 44f1a9538d5687203966af799bab7ad111a41a8b (diff) | |
download | freebsd-ports-graphics-c829bdf60bd36aec226be08b539e56e436791d79.tar.gz freebsd-ports-graphics-c829bdf60bd36aec226be08b539e56e436791d79.tar.zst freebsd-ports-graphics-c829bdf60bd36aec226be08b539e56e436791d79.zip |
Update to 9.1.0; replace Makefile.in patch with perl regex.
Requested by: Joong Hyun Kim <better@ns1.betterbox.net>
Diffstat (limited to 'dns/bind94/Makefile')
-rw-r--r-- | dns/bind94/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index f033e856e53..21dd579104d 100644 --- a/dns/bind94/Makefile +++ b/dns/bind94/Makefile @@ -6,8 +6,7 @@ # PORTNAME= bind -PORTVERSION= 9.0.1 -PORTREVISION= 2 +PORTVERSION= 9.1.0 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ @@ -22,6 +21,9 @@ MAN5= rndc.conf.5 MAN8= lwresd.8 named.8 nsupdate.8 rndc.8 dnssec-keygen.8 dnssec-makekeyset.8 \ dnssec-signkey.8 dnssec-signzone.8 +pre-configure: + ${PERL} -pi -e "s@{INSTALL_PROGRAM}@{INSTALL_DATA} -m 555@g" ${WRKSRC}/Makefile.in + post-install: .for NUM in 1 5 8 ${INSTALL_MAN} ${WRKSRC}/doc/man/bin/*.${NUM} ${MANPREFIX}/man/man${NUM} |