aboutsummaryrefslogtreecommitdiffstats
path: root/net/isc-dhcp3
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>2000-04-10 02:14:07 +0800
committercpiazza <cpiazza@FreeBSD.org>2000-04-10 02:14:07 +0800
commitc87133c16a2706e2e31935f0fbb9ad36f415370c (patch)
tree6422e8b75172ae95b0161366b1f713fb31711a7a /net/isc-dhcp3
parentf473133a811239a33610f5a219dc28385fcc339b (diff)
downloadfreebsd-ports-gnome-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.gz
freebsd-ports-gnome-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.zst
freebsd-ports-gnome-c87133c16a2706e2e31935f0fbb9ad36f415370c.zip
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'net/isc-dhcp3')
-rw-r--r--net/isc-dhcp3/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/isc-dhcp3/Makefile b/net/isc-dhcp3/Makefile
index d0096beec5f5..d9f92558eff6 100644
--- a/net/isc-dhcp3/Makefile
+++ b/net/isc-dhcp3/Makefile
@@ -1,15 +1,15 @@
# Ports collection makefile for: dhcp
-# Version required: 2.0
# Date created: 7 Mar 1996
# Whom: se
#
# $FreeBSD$
#
-DISTNAME= dhcp-2.0
-PKGNAME= isc-${DISTNAME}
+PORTNAME= isc-dhcp
+PORTVERSION= 2.0
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/
+DISTNAME= dhcp-${PORTVERSION}
MAINTAINER= jseger@FreeBSD.org