svn commit: r399685 - head/emulators/dynagen

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 19 14:53:17 UTC 2015


Author: amdmi3
Date: Mon Oct 19 14:53:16 2015
New Revision: 399685
URL: https://svnweb.freebsd.org/changeset/ports/399685

Log:
  - Convert to new shebangfix order
  - Remove unneeded shebangfix items
  - Add NO_ARCH
  - Merge USES lines
  - Remove redundant options.mk inclusion
  
  PR:		203515
  Submitted by:	amdmi3
  Approved by:	maintainer timeout (pavelivolkov at gmail.com, 2 weeks)

Modified:
  head/emulators/dynagen/Makefile

Modified: head/emulators/dynagen/Makefile
==============================================================================
--- head/emulators/dynagen/Makefile	Mon Oct 19 14:50:52 2015	(r399684)
+++ head/emulators/dynagen/Makefile	Mon Oct 19 14:53:16 2015	(r399685)
@@ -21,22 +21,13 @@ PORTDOCS=	*
 PORTEXAMPLES=	*
 PORTDATA=	*
 
-USES=		dos2unix python
-
-USES+=		shebangfix
-SHEBANG_FILES=	*.py dynagen pemu-start.sh
-SHEBANG_LANG=	python_env python_bol python_cnf
-python_env_OLD_CMD=/usr/bin/env[[:space:]]*python
-python_env_CMD=	${PYTHON_CMD}
-python_bol_OLD_CMD=the an incredible combination
-python_bol_CMD=|;9s|^python|${PYTHON_CMD}
-python_cnf_OLD_CMD=the an incredible combination
-python_cnf_CMD=|;s|^CONFIGSPECPATH.*|CONFIGSPECPATH = ['${PREFIX}/share/dynagen']
+USES=		dos2unix python shebangfix
+SHEBANG_FILES=	*.py dynagen
 
 USE_PYTHON=	distutils autoplist
 ALL_TARGET=	# empty
+NO_ARCH=	yes
 
-.include <bsd.port.options.mk>
 .include <bsd.port.pre.mk>
 
 post-extract:


More information about the svn-ports-all mailing list