diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net/dhcpconf | |
parent | e062d3845f126e409fb15b1ae6b67f75410a881b (diff) | |
download | ports-93a61d6874669ec2bb1bc7deebc61598e4174442.tar.gz ports-93a61d6874669ec2bb1bc7deebc61598e4174442.zip |
Notes
Diffstat (limited to 'net/dhcpconf')
-rw-r--r-- | net/dhcpconf/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 <andrews@technologist.com> # # $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: |