From 14a6bfe50d6ae2149e4939c44aeb0e4abebfc47a Mon Sep 17 00:00:00 2001 From: "James E. Housley" Date: Fri, 23 Mar 2001 01:33:47 +0000 Subject: update ISC dhcp to the latest version, which is 3.0b2pl22. PR: 25977 Submitted by: Cyrille Lefevre MAINTAINER --- net/isc-dhcp40-server/Makefile | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'net/isc-dhcp40-server/Makefile') diff --git a/net/isc-dhcp40-server/Makefile b/net/isc-dhcp40-server/Makefile index a5f26e0dda2e..cfb74b959477 100644 --- a/net/isc-dhcp40-server/Makefile +++ b/net/isc-dhcp40-server/Makefile @@ -7,7 +7,7 @@ # PORTNAME= dhcp -PORTVERSION= 3.0.b2.18 +PORTVERSION= 3.0.b2.22 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ PKGNAMEPREFIX= isc- @@ -32,7 +32,7 @@ MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8 # Local variables # -PATCH_SUBDIRS= client common dhcpctl dst minires omapip relay server +PATCH_SUBDIRS= common minires dst omapip server client relay dhcpctl BIN_FILES= dhclient dhcpd dhcrelay SAMP_FILES= client/dhclient.conf server/dhcpd.conf @@ -53,16 +53,19 @@ STRIP?= strip # Post-patch # -post-patch: patch-scripts patch-makefiles +post-patch: patch-scripts patch-makefile-conf patch-makefiles-dist patch-scripts: @${PERL} -pi.fbsd -e 's.!!PREFIX!!.${PREFIX}.g' \ ${WRKSRC}/client/scripts/freebsd -patch-makefiles: +patch-makefile-conf: + @${PERL} -pi.fbsd -e 's|^DEBUG[ ]*=|# DEBUG ?=|g' \ + ${WRKSRC}/Makefile.conf + +patch-makefiles-dist: .for subdir in ${PATCH_SUBDIRS} - @${PERL} -pi.fbsd -e \ - 's|^DEBUG[ ]*=|DEBUG ?=|g;s|^CFLAGS[ ]*=|CFLAGS +=|g' \ + @${PERL} -pi.fbsd -e 's|^CFLAGS[ ]*=|CFLAGS +=|g' \ ${WRKSRC}/${subdir}/Makefile.dist .endfor -- cgit v1.2.3