diff options
author | pst <pst@FreeBSD.org> | 1997-06-01 00:14:04 +0800 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-06-01 00:14:04 +0800 |
commit | 83020473d3cc88a559aaf33d40a187704b71bbf6 (patch) | |
tree | 24938b1be534f8d792977cd680ec7e5208e3f138 /net/isc-dhcp2/Makefile | |
parent | 65f552479bf2b9cf44484ab2d69873e977a27106 (diff) | |
download | freebsd-ports-graphics-83020473d3cc88a559aaf33d40a187704b71bbf6.tar.gz freebsd-ports-graphics-83020473d3cc88a559aaf33d40a187704b71bbf6.tar.zst freebsd-ports-graphics-83020473d3cc88a559aaf33d40a187704b71bbf6.zip |
Upgrade to b5.16 and remove se as maintainer per request of Fenner & se
Diffstat (limited to 'net/isc-dhcp2/Makefile')
-rw-r--r-- | net/isc-dhcp2/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net/isc-dhcp2/Makefile b/net/isc-dhcp2/Makefile index 767f9852391..b3c9a403f0d 100644 --- a/net/isc-dhcp2/Makefile +++ b/net/isc-dhcp2/Makefile @@ -1,17 +1,16 @@ # Ports collection makefile for: dhcp -# Version required: ISC-DHCP-BETA-0 +# Version required: ISC-DHCP-BETA-16 # Date created: 7 Mar 1996 # Whom: se # -# $Id: Makefile,v 1.5 1997/01/14 05:29:25 pst Exp $ +# $Id: Makefile,v 1.6 1997/01/14 20:15:49 pst Exp $ # -DISTNAME= DHCPD-BETA-5.14 -PKGNAME= isc-dhcp-b5.14 +DISTNAME= DHCPD-BETA-5.16 +PKGNAME= isc-dhcp-b5.16 CATEGORIES= net -MASTER_SITES= ftp://ftp.vix.com/pub/dhcp/ +MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ -MAINTAINER= se@FreeBSD.ORG HAS_CONFIGURE= yes MAN5= dhcpd.conf.5${ZEXTENSION} |