From fe2842b36f52f6471d1b6acdc77e678982e6f339 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 27 Aug 2015 12:17:16 +0000 Subject: [PATCH] - Fix shebangs Approved by: portmgr blanket MFH: 2015Q3 (blanket) --- sysutils/cfengine36/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/cfengine36/Makefile b/sysutils/cfengine36/Makefile index 7b29b1058461..8f7f0a590534 100644 --- a/sysutils/cfengine36/Makefile +++ b/sysutils/cfengine36/Makefile @@ -3,7 +3,7 @@ PORTNAME= cfengine PORTVERSION= 3.6.5 -PORTEPOCH= 1 +PORTEPOCH= 2 CATEGORIES= sysutils MASTER_SITES= https://s3.amazonaws.com/cfengine.package-repos/tarballs/ @@ -29,7 +29,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