diff options
Diffstat (limited to 'net/isc-dhcp3/Makefile')
-rw-r--r-- | net/isc-dhcp3/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/net/isc-dhcp3/Makefile b/net/isc-dhcp3/Makefile index 9b16d7f..1733934 100644 --- a/net/isc-dhcp3/Makefile +++ b/net/isc-dhcp3/Makefile @@ -1,13 +1,13 @@ # Ports collection makefile for: dhcp -# Version required: 2.0b1pl27 +# Version required: 2.0 # Date created: 7 Mar 1996 # Whom: se # -# $Id: Makefile,v 1.28 1999/06/15 00:40:08 obrien Exp $ +# $Id: Makefile,v 1.29 1999/06/20 15:10:09 jkh Exp $ # -DISTNAME= dhcp-2.0b1pl27 -PKGNAME= isc-dhcp-2.b1.27 +DISTNAME= dhcp-2.0 +PKGNAME= isc-${DISTNAME} CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ @@ -17,12 +17,9 @@ Y2K= http://www.isc.org/y2k.html HAS_CONFIGURE= yes -CAT5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \ +MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \ dhcpd.leases.5 -CAT8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8 - -_MANPAGES+= ${CAT5:S%^%${MANPREFIX}/man/cat5/%} -_MANPAGES+= ${CAT8:S%^%${MANPREFIX}/man/cat8/%} +MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8 post-install: ${TOUCH} /var/db/dhcpd.leases |