diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-04-25 12:13:34 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-04-25 12:13:34 +0000 |
commit | 5306c9a613834315635b3e8fd35ed5a4ef35d918 (patch) | |
tree | 857f4006c3d509b763ff365dfcb2a1e28d924d7c /net/isc-dhcp40-server/Makefile | |
parent | Add a seerver for Action Half-life using the excellent master/slave (diff) |
Update to 3.0 RC 2 patch-level 1.
Install docs into a version-dependent dir.
Add a backup MASTER_SITE_SUBDIR.
PR: 26835
Submitted by: maintainer
Diffstat (limited to 'net/isc-dhcp40-server/Makefile')
-rw-r--r-- | net/isc-dhcp40-server/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/isc-dhcp40-server/Makefile b/net/isc-dhcp40-server/Makefile index 8e95e52e1f65..7f764bb1b6de 100644 --- a/net/isc-dhcp40-server/Makefile +++ b/net/isc-dhcp40-server/Makefile @@ -7,9 +7,10 @@ # PORTNAME= dhcp -PORTVERSION= 3.0.r2 +PORTVERSION= 3.0.r2.1 CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ +MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/%SUBDIR%/ +MASTER_SITE_SUBDIR= . dhcp-3.0-history PKGNAMEPREFIX= isc- PKGNAMESUFFIX= 3 DISTNAME= ${PORTNAME}-${RELEASE}${VERSION}${PATCHLEVEL} @@ -22,6 +23,8 @@ MAINTAINER= clefevre@poboxes.com HAS_CONFIGURE= yes +PLIST_SUB= PKGBASE="${PKGBASE}" + MAN3= dhcpctl.3 omapi.3 MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-contrib.5 \ dhcp-eval.5 dhcp-options.5 dhcpd.conf.5 \ |