From 93a61d6874669ec2bb1bc7deebc61598e4174442 Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Sun, 9 Apr 2000 18:14:07 +0000 Subject: Update with the new PORTNAME/PORTVERSION variables --- net/dhcpconf/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net/dhcpconf/Makefile') diff --git a/net/dhcpconf/Makefile b/net/dhcpconf/Makefile index 39b430bdd76e..88a5525d6510 100644 --- a/net/dhcpconf/Makefile +++ b/net/dhcpconf/Makefile @@ -1,15 +1,16 @@ # New ports collection makefile for: dhcp-conf -# Version required: 0.7.0 # Date created: 20 Dec 1999 # Whom: Will Andrews # # $FreeBSD$ # +PORTNAME= dhcpconf +PORTVERSION= 0.7.0 DISTNAME= dhcp-conf -PKGNAME= dhcpconf-${VERSION} CATEGORIES= net sysutils MASTER_SITES= http://members.xoom.com/vschade/dhcp-conf/ +DISTNAME= dhcp-conf EXTRACT_SUFX= .tgz MAINTAINER= will@FreeBSD.org @@ -18,8 +19,7 @@ LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ newt.0:${PORTSDIR}/devel/newt ALL_TARGET= ${DISTNAME} -VERSION= 0.7.0 -WRKSRC= ${WRKDIR}/${DISTNAME}_${VERSION} +WRKSRC= ${WRKDIR}/${DISTNAME}_${PORTVERSION} MAKE_ENV+= PCFLAGS="${CFLAGS}" do-install: -- cgit v1.2.3