aboutsummaryrefslogtreecommitdiffstats
path: root/net/isc-dhcp2/Makefile
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>2000-08-02 07:53:18 +0800
committerjseger <jseger@FreeBSD.org>2000-08-02 07:53:18 +0800
commit57beb63c11dedcefaa80c4be69724cb47ebe6c9f (patch)
treee3759f84872c75f86f559aa94237d33c54b58342 /net/isc-dhcp2/Makefile
parent543d3fe1e1b7eebc93f8b5f6706e4316f3063d00 (diff)
downloadfreebsd-ports-graphics-57beb63c11dedcefaa80c4be69724cb47ebe6c9f.tar.gz
freebsd-ports-graphics-57beb63c11dedcefaa80c4be69724cb47ebe6c9f.tar.zst
freebsd-ports-graphics-57beb63c11dedcefaa80c4be69724cb47ebe6c9f.zip
Unmark FORBIDDEN
Upgrade to 2.0pl3 Remove client support. dhclient is in the base system. Anyone needing it from ports can use 3.0
Diffstat (limited to 'net/isc-dhcp2/Makefile')
-rw-r--r--net/isc-dhcp2/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/net/isc-dhcp2/Makefile b/net/isc-dhcp2/Makefile
index b42b8320d96..8643195ce78 100644
--- a/net/isc-dhcp2/Makefile
+++ b/net/isc-dhcp2/Makefile
@@ -6,29 +6,26 @@
#
PORTNAME= isc-dhcp
-PORTVERSION= 2.0.2
+PORTVERSION= 2.0.3
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
-DISTNAME= dhcp-2.0pl2
+DISTNAME= dhcp-2.0pl3
MAINTAINER= jseger@FreeBSD.org
-FORBIDDEN= security hole found
-
Y2K= http://www.isc.org/y2k.html
HAS_CONFIGURE= yes
-MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \
- dhcpd.leases.5
-MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8
+MAN5= dhcp-options.5 dhcpd.conf.5 dhcpd.leases.5
+MAN8= dhcpd.8 dhcrelay.8
post-patch:
@${PERL} -pi.fbsd -e 's.!!PREFIX!!.${PREFIX}.g' ${WRKSRC}/includes/dhcpd.h
post-install:
${TOUCH} /var/db/dhcpd.leases
-.for file in dhclient dhcpd dhcrelay
+.for file in dhcpd dhcrelay
if [ -f ${PREFIX}/sbin/${file} ]; then \
strip ${PREFIX}/sbin/${file}; \
fi