svn commit: r486864 - head/sysutils/cfengine-masterfiles310

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Dec 7 14:36:46 UTC 2018


Author: amdmi3
Date: Fri Dec  7 14:36:45 2018
New Revision: 486864
URL: https://svnweb.freebsd.org/changeset/ports/486864

Log:
  - Fix shebangs
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/cfengine-masterfiles310/Makefile

Modified: head/sysutils/cfengine-masterfiles310/Makefile
==============================================================================
--- head/sysutils/cfengine-masterfiles310/Makefile	Fri Dec  7 13:45:14 2018	(r486863)
+++ head/sysutils/cfengine-masterfiles310/Makefile	Fri Dec  7 14:36:45 2018	(r486864)
@@ -35,6 +35,8 @@ USES=		cpe gmake python:build shebangfix
 HAS_CONFIGURE=	yes
 EXAMPLESDIR=	${PREFIX}/share/examples/cfengine-masterfiles
 CONFIGURE_ARGS=	--prefix=${EXAMPLESDIR}
-SHEBANG_FILES=	modules/packages/yum
+SHEBANG_FILES=	modules/packages/yum \
+		modules/packages/zypper
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list