diff options
author | pst <pst@FreeBSD.org> | 1997-01-14 13:29:27 +0800 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-01-14 13:29:27 +0800 |
commit | 3649dfa1d8f355bf2a762b1e74d1bac1d4595966 (patch) | |
tree | 37fe954dac3a02ca7dc2207681bfbdda08a54973 /net/isc-dhcp3/Makefile | |
parent | 21abcdb7467de525fa0a656b11b796ca97c4ed05 (diff) | |
download | freebsd-ports-gnome-3649dfa1d8f355bf2a762b1e74d1bac1d4595966.tar.gz freebsd-ports-gnome-3649dfa1d8f355bf2a762b1e74d1bac1d4595966.tar.zst freebsd-ports-gnome-3649dfa1d8f355bf2a762b1e74d1bac1d4595966.zip |
Upgrade to ISC DHCP 5.14
Diffstat (limited to 'net/isc-dhcp3/Makefile')
-rw-r--r-- | net/isc-dhcp3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/isc-dhcp3/Makefile b/net/isc-dhcp3/Makefile index bf21c2495fde..5b4cf99f1838 100644 --- a/net/isc-dhcp3/Makefile +++ b/net/isc-dhcp3/Makefile @@ -3,11 +3,11 @@ # Date created: 7 Mar 1996 # Whom: se # -# $Id: Makefile,v 1.3 1996/08/27 10:23:06 torstenb Exp $ +# $Id: Makefile,v 1.4 1996/11/18 11:35:12 asami Exp $ # -DISTNAME= DHCPD-BETA-0 -PKGNAME= isc-dhcp-b0 +DISTNAME= DHCPD-BETA-5.14 +PKGNAME= isc-dhcp-b5.14 CATEGORIES= net MASTER_SITES= ftp://ftp.vix.com/pub/dhcp/ |