aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-16 02:31:13 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-16 02:31:13 +0800
commit8ce8cac335e180edd1697844a8e0f93a6d9d4763 (patch)
treefd61c32c4b0cd287bdbebab34e000fd6026df952 /dns
parentf63c196587d467584fa577c74785e7831711d733 (diff)
downloadfreebsd-ports-gnome-8ce8cac335e180edd1697844a8e0f93a6d9d4763.tar.gz
freebsd-ports-gnome-8ce8cac335e180edd1697844a8e0f93a6d9d4763.tar.zst
freebsd-ports-gnome-8ce8cac335e180edd1697844a8e0f93a6d9d4763.zip
- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q3 (blanket)
Diffstat (limited to 'dns')
-rw-r--r--dns/updatedd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/updatedd/Makefile b/dns/updatedd/Makefile
index f43bf0edc20e..2afc0f7b8da6 100644
--- a/dns/updatedd/Makefile
+++ b/dns/updatedd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= updatedd
PORTVERSION= 2.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= dns
MASTER_SITES= SAVANNAH
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -13,7 +13,8 @@ COMMENT= Dynamic DNS Update Client supporting multiple services
OPTIONS_DEFINE= DOCS
-USES= gmake libtool perl5
+USES= gmake libtool perl5 shebangfix
+SHEBANG_FILES= Documentation/updatedd-pppd-rc
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}