diff options
author | obrien <obrien@FreeBSD.org> | 2000-06-26 05:08:08 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-06-26 05:08:08 +0800 |
commit | 453d5fc64af6fe66ae073c04d6c7fb528e6e6dec (patch) | |
tree | 1f04faa8f3cb294f0b6b7bae418baadf6cd237d9 /net/isc-dhcp31-server/Makefile | |
parent | d89a1211a46093b10fcb6e5aeed11537293ee376 (diff) | |
download | freebsd-ports-gnome-453d5fc64af6fe66ae073c04d6c7fb528e6e6dec.tar.gz freebsd-ports-gnome-453d5fc64af6fe66ae073c04d6c7fb528e6e6dec.tar.zst freebsd-ports-gnome-453d5fc64af6fe66ae073c04d6c7fb528e6e6dec.zip |
Update to 3.0b1pl14
PR: 19493, 18475
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
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 |