diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-10 22:00:13 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-10 22:00:13 +0800 |
commit | 8f3e2e3a7d023df582ceb9ccbdd547a7b885ac3b (patch) | |
tree | 0efe811413c94dbfe3da589a9770526ca5478227 /games | |
parent | beffa1832be8ba135acd2bda878300d44f7e46e1 (diff) | |
download | freebsd-ports-gnome-8f3e2e3a7d023df582ceb9ccbdd547a7b885ac3b.tar.gz freebsd-ports-gnome-8f3e2e3a7d023df582ceb9ccbdd547a7b885ac3b.tar.zst freebsd-ports-gnome-8f3e2e3a7d023df582ceb9ccbdd547a7b885ac3b.zip |
- Convert to USES=python
- Drop @dirrm* from plist
Diffstat (limited to 'games')
-rw-r--r-- | games/oneisenough/Makefile | 3 | ||||
-rw-r--r-- | games/oneisenough/pkg-plist | 5 |
2 files changed, 1 insertions, 7 deletions
diff --git a/games/oneisenough/Makefile b/games/oneisenough/Makefile index 03f287a53201..ad93b67f89f2 100644 --- a/games/oneisenough/Makefile +++ b/games/oneisenough/Makefile @@ -20,13 +20,12 @@ RUN_DEPENDS= ${PYGAME} WRKSRC= ${WRKDIR}/"one is enough" -USES= dos2unix shebangfix zip +USES= dos2unix python:2 shebangfix zip DOS2UNIX_FILES= *.txt bin/*.py DOS2UNIX_REGEX= .*.[^pt][^nt][^gf] SHEBANG_FILES= run_game.py bin/mainmenu.py python_OLD_CMD?= /usr/bin/env python python_CMD?= ${PYTHON_CMD} -USE_PYTHON= 2 PORTDOCS= README.txt OPTIONS_DEFINE= DOCS diff --git a/games/oneisenough/pkg-plist b/games/oneisenough/pkg-plist index 868fbeb233f6..2eb850f96812 100644 --- a/games/oneisenough/pkg-plist +++ b/games/oneisenough/pkg-plist @@ -58,8 +58,3 @@ bin/oneisenough %%DATADIR%%/run_game.pyc %%DATADIR%%/run_game.pyo share/pixmaps/oneisenough.png -@dirrm %%DATADIR%%/bin/sounds -@dirrm %%DATADIR%%/bin/pictures -@dirrm %%DATADIR%%/bin/data -@dirrm %%DATADIR%%/bin -@dirrm %%DATADIR%% |