diff options
Diffstat (limited to 'net/isc-dhcp31-server/Makefile')
-rw-r--r-- | net/isc-dhcp31-server/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/isc-dhcp31-server/Makefile b/net/isc-dhcp31-server/Makefile index 1b0d74a28f4c..49b0d48583aa 100644 --- a/net/isc-dhcp31-server/Makefile +++ b/net/isc-dhcp31-server/Makefile @@ -7,16 +7,19 @@ # PORTNAME= isc-dhcp3 -PORTVERSION= 3.0.b1.13 +PORTVERSION= 3.0.b1.14 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ -DISTNAME= dhcp-3.0b1pl13 +DISTNAME= dhcp-3.0b1pl14 MAINTAINER= obrien@FreeBSD.org +BUILD_DEPENDS= ${LOCALBASE}/lib/libbind.a:${PORTSDIR}/net/bind8 + Y2K= http://www.isc.org/y2k.html HAS_CONFIGURE= yes +CONFIGURE_ARGS= --with-nsupdate MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \ dhcpd.leases.5 @@ -24,6 +27,7 @@ MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8 post-patch: @${PERL} -pi.fbsd -e 's.!!PREFIX!!.${PREFIX}.g' ${WRKSRC}/includes/dhcpd.h + @${PERL} -pi.fbsd -e 's.!!PREFIX!!.${PREFIX}.g' ${WRKSRC}/client/scripts/freebsd post-install: ${TOUCH} /var/db/dhcpd.leases |