diff options
author | obrien <obrien@FreeBSD.org> | 2000-06-14 23:43:47 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-06-14 23:43:47 +0800 |
commit | 43adb980f8dc3ae026fb1c5713d4170b97dfacd7 (patch) | |
tree | 03e5019da7755dbf0f04c5a48379f6ce2c472457 /net/isc-dhcp2/Makefile | |
parent | 74db8e5d6eefd24de7a1ab3944a42d11c6f21d88 (diff) | |
download | freebsd-ports-graphics-43adb980f8dc3ae026fb1c5713d4170b97dfacd7.tar.gz freebsd-ports-graphics-43adb980f8dc3ae026fb1c5713d4170b97dfacd7.tar.zst freebsd-ports-graphics-43adb980f8dc3ae026fb1c5713d4170b97dfacd7.zip |
This fixes the suposed fix of Makefile rev 1.29 ad patch-aj rev 1.1.
This port is now PREFIX clean and installs files into the right locations
(I previously marked it BROKEN because it wasn't).
Bad "fix" by: JHK
Absent maintainer would would not fix this himself: jseger
Diffstat (limited to 'net/isc-dhcp2/Makefile')
-rw-r--r-- | net/isc-dhcp2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/isc-dhcp2/Makefile b/net/isc-dhcp2/Makefile index d9f92558eff..ace5226683a 100644 --- a/net/isc-dhcp2/Makefile +++ b/net/isc-dhcp2/Makefile @@ -21,6 +21,9 @@ 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 +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 |