summaryrefslogtreecommitdiff
path: root/net/isc-dhcp2/Makefile
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1997-12-01 23:49:12 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1997-12-01 23:49:12 +0000
commit52a00e16404d50e224f0303fdafa803c320cfa78 (patch)
tree49be92a90b00f1432491cf2fe343d1ce11cdc263 /net/isc-dhcp2/Makefile
parentActivate net/isc-dhcp2 (diff)
Upgrade repository copy of isc-dhcp to a pre-2.0 snapshot.
Notes
Notes: svn path=/head/; revision=8949
Diffstat (limited to 'net/isc-dhcp2/Makefile')
-rw-r--r--net/isc-dhcp2/Makefile20
1 files changed, 12 insertions, 8 deletions
diff --git a/net/isc-dhcp2/Makefile b/net/isc-dhcp2/Makefile
index 05224b8bba54..25c6c016c299 100644
--- a/net/isc-dhcp2/Makefile
+++ b/net/isc-dhcp2/Makefile
@@ -1,24 +1,28 @@
# Ports collection makefile for: dhcp
-# Version required: ISC-DHCP-BETA-16
+# Version required: 97-11-22
# Date created: 7 Mar 1996
# Whom: se
#
-# $Id: Makefile,v 1.12 1997/10/13 09:14:51 tg Exp $
+# $Id: Makefile,v 1.13 1997/11/14 14:19:02 obrien Exp $
#
-DISTNAME= DHCPD-BETA-5.16
-PKGNAME= isc-dhcp-b5.16
+DISTNAME= dhcp-971122
+PKGNAME= isc-${DISTNAME}
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
-MAINTAINER= jseger@freebsd.org
+MAINTAINER= jseger@FreeBSD.org
HAS_CONFIGURE= yes
-MAN5= dhcpd.conf.5
-MAN8= dhcpd.8
+CAT5= 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/%}
post-install:
- touch /var/db/dhcpd.leases
+ ${TOUCH} /var/db/dhcpd.leases
.include <bsd.port.mk>