aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cfengine-masterfiles310
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2017-04-28 12:34:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2017-04-28 12:34:53 +0000
commite74e7e0f957b57425bbdb88c40426177f4905627 (patch)
treed48ced9a0ffefa6363802e213dea3ea819c5dfdf /sysutils/cfengine-masterfiles310
parent9376dcbdac39cb40eea62e47e51dfb3c17c745d8 (diff)
downloadports-e74e7e0f957b57425bbdb88c40426177f4905627.tar.gz
ports-e74e7e0f957b57425bbdb88c40426177f4905627.zip
- Fix shebangs
Submitted by: Jochen Neumeister
Notes
Notes: svn path=/head/; revision=439605
Diffstat (limited to 'sysutils/cfengine-masterfiles310')
-rw-r--r--sysutils/cfengine-masterfiles310/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/cfengine-masterfiles310/Makefile b/sysutils/cfengine-masterfiles310/Makefile
index 85de8dec6a83..d05302d7be6c 100644
--- a/sysutils/cfengine-masterfiles310/Makefile
+++ b/sysutils/cfengine-masterfiles310/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cfengine-masterfiles
PORTVERSION= 3.10.1
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/
@@ -26,9 +27,10 @@ FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES}
CONFLICTS= cfengine-masterfiles[6-9]*
MAKE_JOBS_UNSAFE= yes
-USES= cpe gmake
+USES= cpe gmake python:build shebangfix
HAS_CONFIGURE= yes
EXAMPLESDIR= ${PREFIX}/share/examples/cfengine-masterfiles
CONFIGURE_ARGS= --prefix=${EXAMPLESDIR}
+SHEBANG_FILES= modules/packages/yum
.include <bsd.port.mk>