aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-10-19 22:53:16 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-10-19 22:53:16 +0800
commit706c82114ad464023cfab93a72f6c32a647a854e (patch)
tree0b6506febc75ff2fba350c6e7e03ef8fc9873287 /emulators
parent6a98fceb0a6004a4c5a1fd86d54347f6a29f74c4 (diff)
downloadfreebsd-ports-gnome-706c82114ad464023cfab93a72f6c32a647a854e.tar.gz
freebsd-ports-gnome-706c82114ad464023cfab93a72f6c32a647a854e.tar.zst
freebsd-ports-gnome-706c82114ad464023cfab93a72f6c32a647a854e.zip
- 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)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dynagen/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/emulators/dynagen/Makefile b/emulators/dynagen/Makefile
index 5415de1ff3e3..7356ca40f897 100644
--- a/emulators/dynagen/Makefile
+++ b/emulators/dynagen/Makefile
@@ -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: