diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-02-27 04:32:21 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-02-27 04:32:21 +0000 |
commit | 6c2372d759f4e9b46e5d6f5878288d245a4df682 (patch) | |
tree | 1eb133a866c9d526a3c0350c72e685d76082325d /net/isc-dhcp3/Makefile | |
parent | Will keep on maintinaing this port by special request. (diff) |
Upgrade to isc-dhcp2.b1.16 and unbreak.
Diffstat (limited to 'net/isc-dhcp3/Makefile')
-rw-r--r-- | net/isc-dhcp3/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net/isc-dhcp3/Makefile b/net/isc-dhcp3/Makefile index 2b982ad7c6ec..07bf823bdded 100644 --- a/net/isc-dhcp3/Makefile +++ b/net/isc-dhcp3/Makefile @@ -1,20 +1,18 @@ # Ports collection makefile for: dhcp -# Version required: 2.0b1pl6 +# Version required: 2.0b1pl16 # Date created: 7 Mar 1996 # Whom: se # -# $Id: Makefile,v 1.21 1999/01/13 03:37:28 scrappy Exp $ +# $Id: Makefile,v 1.22 1999/02/10 18:24:23 obrien Exp $ # -DISTNAME= dhcp-2.0b1pl6 -PKGNAME= isc-dhcp2.b1.6 +DISTNAME= dhcp-2.0b1pl16 +PKGNAME= isc-dhcp2.b1.16 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ MAINTAINER= jseger@FreeBSD.org -BROKEN='port installs two files into /etc (dhclient.conf & dhclient-script) rather than PREFIX/etc. The port does not install required dhclient-script at all.' - Y2K= http://www.isc.org/y2k.html HAS_CONFIGURE= yes @@ -28,7 +26,6 @@ _MANPAGES+= ${CAT8:S%^%${MANPREFIX}/man/cat8/%} post-install: ${TOUCH} /var/db/dhcpd.leases - ${TOUCH} /etc/dhclient.conf .for file in dhclient dhcpd dhcrelay if [ -f ${PREFIX}/sbin/${file} ]; then \ strip ${PREFIX}/sbin/${file}; \ |