diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 02:14:07 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 02:14:07 +0800 |
commit | c87133c16a2706e2e31935f0fbb9ad36f415370c (patch) | |
tree | 6422e8b75172ae95b0161366b1f713fb31711a7a /net-mgmt/dhcpconf | |
parent | f473133a811239a33610f5a219dc28385fcc339b (diff) | |
download | freebsd-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-mgmt/dhcpconf')
-rw-r--r-- | net-mgmt/dhcpconf/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/dhcpconf/Makefile b/net-mgmt/dhcpconf/Makefile index 39b430bdd76e..88a5525d6510 100644 --- a/net-mgmt/dhcpconf/Makefile +++ b/net-mgmt/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: |