svn commit: r392186 - head/dns/updatedd
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 15 18:31:14 UTC 2015
Author: amdmi3
Date: Wed Jul 15 18:31:13 2015
New Revision: 392186
URL: https://svnweb.freebsd.org/changeset/ports/392186
Log:
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Modified:
head/dns/updatedd/Makefile
Modified: head/dns/updatedd/Makefile
==============================================================================
--- head/dns/updatedd/Makefile Wed Jul 15 18:30:28 2015 (r392185)
+++ head/dns/updatedd/Makefile Wed Jul 15 18:31:13 2015 (r392186)
@@ -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 suppo
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}
More information about the svn-ports-all
mailing list