From 67141d7ed6584d091d1f70b5a23bff03b9b97d00 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 2 Sep 2015 13:58:40 +0000 Subject: - Fix shebangs Approved by: portmgr blanket MFH: 2015Q3 (blanket) --- sysutils/cfengine37/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/cfengine37/Makefile b/sysutils/cfengine37/Makefile index a13b4451f009..7b6af02aee09 100644 --- a/sysutils/cfengine37/Makefile +++ b/sysutils/cfengine37/Makefile @@ -3,6 +3,7 @@ PORTNAME= cfengine PORTVERSION= 3.7.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://s3.amazonaws.com/cfengine-package-repos/tarballs/ DISTNAME= cfengine-3.7.0-2 @@ -30,7 +31,8 @@ MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USE_OPENSSL= yes GNU_CONFIGURE= yes -USES= autoreconf cpe gmake libtool +USES= autoreconf cpe gmake libtool shebangfix +SHEBANG_FILES= examples/remake_outputs.pl CFLAGS+= -Wno-return-type CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -- cgit