Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 14:53:16 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399685 - head/emulators/dynagen
Message-ID:  <201510191453.t9JErGKP026046@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510191453.t9JErGKP026046>