diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-10-14 15:45:39 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2010-10-14 15:45:39 +0000 |
commit | a488ffe4d8d94918f9935bfd99583d63ff9214af (patch) | |
tree | dea4f17a2a82db0914f2b457ebe87bb681639ac5 /net/isc-dhcp31-server/Makefile | |
parent | f30baa07c6550b8289dc7242d8c79af03cc8d999 (diff) | |
download | ports-a488ffe4d8d94918f9935bfd99583d63ff9214af.tar.gz ports-a488ffe4d8d94918f9935bfd99583d63ff9214af.zip |
Notes
Diffstat (limited to 'net/isc-dhcp31-server/Makefile')
-rw-r--r-- | net/isc-dhcp31-server/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/net/isc-dhcp31-server/Makefile b/net/isc-dhcp31-server/Makefile index 36620618b8c6..65279cc3d5fc 100644 --- a/net/isc-dhcp31-server/Makefile +++ b/net/isc-dhcp31-server/Makefile @@ -7,22 +7,23 @@ # PORTNAME= dhcp -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.ESV +PORTEPOCH= 1 PORTREVISION= ${DHCP_PORTREVISION} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= dhcp dhcp/dhcp-3.1-history PKGNAMEPREFIX= isc- PKGNAMESUFFIX= 31-${SUBSYS} -DISTNAME= ${PORTNAME}-${PORTVERSION} +DISTNAME= ${PORTNAME}-3.1-ESV MAINTAINER= jpaetzel@FreeBSD.org COMMENT?= The ISC Dynamic Host Configuration Protocol server -PORTREVISION_SERVER= 1 -PORTREVISION_CLIENT= 1 -PORTREVISION_RELAY= 1 -PORTREVISION_DEVEL= 1 +PORTREVISION_SERVER= 0 +PORTREVISION_CLIENT= 0 +PORTREVISION_RELAY= 0 +PORTREVISION_DEVEL= 0 SUBSYS?= server |