diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-14 23:37:58 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-14 23:37:58 +0800 |
commit | bd4b3db1d209aea3e23cbac1ad8e99ca6597a9c4 (patch) | |
tree | b1053a5040aae234328d5115834162bc7d4362b7 | |
parent | 7fa19331b38e0185b0897770afebd2be86b1b442 (diff) | |
download | freebsd-ports-gnome-bd4b3db1d209aea3e23cbac1ad8e99ca6597a9c4.tar.gz freebsd-ports-gnome-bd4b3db1d209aea3e23cbac1ad8e99ca6597a9c4.tar.zst freebsd-ports-gnome-bd4b3db1d209aea3e23cbac1ad8e99ca6597a9c4.zip |
- Convert to USES=python
- Drop @dirrm* from plist
-rw-r--r-- | games/robocalypto/Makefile | 3 | ||||
-rw-r--r-- | games/robocalypto/pkg-plist | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/games/robocalypto/Makefile b/games/robocalypto/Makefile index b37aa6e5f9ab..016e59c97b0e 100644 --- a/games/robocalypto/Makefile +++ b/games/robocalypto/Makefile @@ -26,8 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyggel>=0:${PORTSDIR}/graphics/py-pyggel WRKSRC= ${WRKDIR}/PYGGEL-V${DISTVERSION}${DISTVERSIONSUFFIX}/Robocalypto -USES= zip -USE_PYTHON_RUN= yes +USES= python:run zip NO_BUILD= yes SUB_FILES= ${PORTNAME} diff --git a/games/robocalypto/pkg-plist b/games/robocalypto/pkg-plist index dc122de7cbf6..90677908f058 100644 --- a/games/robocalypto/pkg-plist +++ b/games/robocalypto/pkg-plist @@ -24,6 +24,3 @@ share/pixmaps/robocalypto.png %%DATADIR%%/gamelib/main.py %%DATADIR%%/gamelib/objects.py %%DATADIR%%/run_game.py -@dirrm %%DATADIR%%/gamelib -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%% |