summaryrefslogtreecommitdiff
path: root/dns/utdns/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/utdns/Makefile')
-rw-r--r--dns/utdns/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/dns/utdns/Makefile b/dns/utdns/Makefile
index 8e1e1e12fb1d..b91e6a435cf0 100644
--- a/dns/utdns/Makefile
+++ b/dns/utdns/Makefile
@@ -1,6 +1,7 @@
PORTNAME= utdns
-PORTVERSION= 1.1
DISTVERSIONPREFIX= v
+DISTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= dns
MAINTAINER= ehaupt@FreeBSD.org
@@ -11,14 +12,15 @@ LICENSE= GPLv3
USES= autoreconf
USE_GITHUB= yes
-GNU_CONFIGURE= yes
+GH_ACCOUNT= rahra
USE_RC_SUBR= ${PORTNAME}
-SUB_LIST= PORTNAME=${PORTNAME}
-GH_ACCOUNT= rahra
+GNU_CONFIGURE= yes
CFLAGS+= -DSOCK_NONBLOCK=1
+SUB_LIST= PORTNAME=${PORTNAME}
+
PLIST_FILES= bin/utdns
.include <bsd.port.mk>