diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-16 02:31:13 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-16 02:31:13 +0800 |
commit | 8ce8cac335e180edd1697844a8e0f93a6d9d4763 (patch) | |
tree | fd61c32c4b0cd287bdbebab34e000fd6026df952 /dns | |
parent | f63c196587d467584fa577c74785e7831711d733 (diff) | |
download | freebsd-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/Makefile | 5 |
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} |