summaryrefslogtreecommitdiff
path: root/net/isc-dhcp2
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-09 18:14:07 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-09 18:14:07 +0000
commit93a61d6874669ec2bb1bc7deebc61598e4174442 (patch)
treeb771014812f92756476f174cb7d6d567fc13dbc2 /net/isc-dhcp2
parentAccidental whitespace (diff)
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27423
Diffstat (limited to 'net/isc-dhcp2')
-rw-r--r--net/isc-dhcp2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/isc-dhcp2/Makefile b/net/isc-dhcp2/Makefile
index d0096beec5f5..d9f92558eff6 100644
--- a/net/isc-dhcp2/Makefile
+++ b/net/isc-dhcp2/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