diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-02-28 14:08:11 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-02-28 14:08:11 +0000 |
commit | 3abdd885f8d2f437ed46fd98fb88d92fc63a3c0d (patch) | |
tree | ef6c1f4b01d48005b7154843b6c7548368d8213c /net/isc-dhcp3/Makefile | |
parent | Unbreak for ELF. (diff) |
Upgrade to patchlevel 17
Diffstat (limited to 'net/isc-dhcp3/Makefile')
-rw-r--r-- | net/isc-dhcp3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/isc-dhcp3/Makefile b/net/isc-dhcp3/Makefile index 07bf823bdded..bb3e194415ab 100644 --- a/net/isc-dhcp3/Makefile +++ b/net/isc-dhcp3/Makefile @@ -1,13 +1,13 @@ # Ports collection makefile for: dhcp -# Version required: 2.0b1pl16 +# Version required: 2.0b1pl17 # Date created: 7 Mar 1996 # Whom: se # -# $Id: Makefile,v 1.22 1999/02/10 18:24:23 obrien Exp $ +# $Id: Makefile,v 1.23 1999/02/27 04:32:20 jseger Exp $ # -DISTNAME= dhcp-2.0b1pl16 -PKGNAME= isc-dhcp2.b1.16 +DISTNAME= dhcp-2.0b1pl17 +PKGNAME= isc-dhcp2.b1.17 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ |