diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-10-12 14:01:30 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-10-12 14:01:30 +0000 |
commit | a89da25e7711422e7633e810d8eaa81e7bccb133 (patch) | |
tree | c946050eaf26f37134b67f0be0bbc3e52f67f832 /games | |
parent | 534bb7efa936903fc4df4085a354d0f88f71c2be (diff) | |
download | ports-a89da25e7711422e7633e810d8eaa81e7bccb133.tar.gz ports-a89da25e7711422e7633e810d8eaa81e7bccb133.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/nelly/Makefile | 2 | ||||
-rw-r--r-- | games/nelly/pkg-plist | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/games/nelly/Makefile b/games/nelly/Makefile index 1529a709d6aa..7b272d4ddba9 100644 --- a/games/nelly/Makefile +++ b/games/nelly/Makefile @@ -19,7 +19,7 @@ COMMENT= Nelly's Rooftop Garden, physics-based puzzle game RUN_DEPENDS= ${PYGAME} \ ${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl -USE_PYTHON= 2 +USES= python:2 PORTDOCS= README OPTIONS_DEFINE= DOCS diff --git a/games/nelly/pkg-plist b/games/nelly/pkg-plist index 328c1dc0621b..944c41fbcc90 100644 --- a/games/nelly/pkg-plist +++ b/games/nelly/pkg-plist @@ -66,7 +66,3 @@ bin/nelly %%DATADIR%%/textures/toold_wood.png %%DATADIR%%/textures/wood.png share/pixmaps/nelly.png -@dirrm %%DATADIR%%/textures -@dirrm %%DATADIR%%/levels -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%% |