mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Fix shebangs
This commit is contained in:
parent
391c82678c
commit
9d48dcd3f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439097
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= hatari
|
||||
PORTVERSION= 2.0.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://download.tuxfamily.org/hatari/${PORTVERSION}/
|
||||
|
||||
@ -19,7 +20,8 @@ RUN_DEPENDS= python:lang/python
|
||||
|
||||
USES= cmake desktop-file-utils python readline shared-mime-info \
|
||||
shebangfix tar:bzip2
|
||||
SHEBANG_FILES= tools/atari-convert-dir.py
|
||||
SHEBANG_FILES= python-ui/*.py tools/atari-convert-dir.py \
|
||||
tools/debugger/hatari_profile.py tools/hconsole/*.py
|
||||
python_OLD_CMD= /usr/bin/python2
|
||||
USE_GNOME= pygtk2
|
||||
CMAKE_ARGS= -DETCDIR:PATH="${PREFIX}/etc" \
|
||||
|
Loading…
Reference in New Issue
Block a user