diff options
Diffstat (limited to 'net/isc-dhcp3-server/Makefile')
-rw-r--r-- | net/isc-dhcp3-server/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/isc-dhcp3-server/Makefile b/net/isc-dhcp3-server/Makefile index 8e95e52e1f65..7f764bb1b6de 100644 --- a/net/isc-dhcp3-server/Makefile +++ b/net/isc-dhcp3-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 \ |