svn commit: r395842 - head/sysutils/cfengine37

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 2 13:58:41 UTC 2015


Author: amdmi3
Date: Wed Sep  2 13:58:40 2015
New Revision: 395842
URL: https://svnweb.freebsd.org/changeset/ports/395842

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/sysutils/cfengine37/Makefile

Modified: head/sysutils/cfengine37/Makefile
==============================================================================
--- head/sysutils/cfengine37/Makefile	Wed Sep  2 13:58:26 2015	(r395841)
+++ head/sysutils/cfengine37/Makefile	Wed Sep  2 13:58:40 2015	(r395842)
@@ -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


More information about the svn-ports-all mailing list