diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-07-05 06:29:04 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-07-05 06:29:04 +0000 |
commit | 871fa1b640a40ac529fad421d1f7f1ee414a665d (patch) | |
tree | 8c2a49330f7a287ea325da3f9a7554ceeef2b86f /net/isc-dhcp3/Makefile | |
parent | e4a2301f9b2e02e9282772df752a7d3b0b63cd33 (diff) | |
download | ports-871fa1b640a40ac529fad421d1f7f1ee414a665d.tar.gz ports-871fa1b640a40ac529fad421d1f7f1ee414a665d.zip |
Notes
Diffstat (limited to 'net/isc-dhcp3/Makefile')
-rw-r--r-- | net/isc-dhcp3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/isc-dhcp3/Makefile b/net/isc-dhcp3/Makefile index 1d07bbae84f3..996bc5c1a8d4 100644 --- a/net/isc-dhcp3/Makefile +++ b/net/isc-dhcp3/Makefile @@ -7,7 +7,7 @@ # PORTNAME= dhcp -PORTVERSION= 3.0.r8.2 +PORTVERSION= 3.0.r10 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/%SUBDIR%/ \ ${US_MASTER_SITES} ${JAPAN_MASTER_SITES} \ @@ -146,9 +146,8 @@ patch-makefiles-dist: .endfor # temporary hack - no patch file needed for this typo. -# grrr! don't know how to delete lines in perl :( patch-man-pages: - @${PERL} -pi.fbsd -e 's/^\.Fd$$//' ${WRKSRC}/dhcpctl/dhcpctl.3 + @${PERL} -ni.fbsd -e '/^\.Fd$$/ or print;' ${WRKSRC}/dhcpctl/dhcpctl.3 # # Post-install |