diff options
Diffstat (limited to 'net-mgmt/dhcpconf/Makefile')
-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 39b430b..88a5525 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: |