diff options
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 |