diff options
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%% |