diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-04 22:00:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-04 22:00:45 +0800 |
commit | bbdc97f49c1e2d138e95248a3bcd5593f3c56ae9 (patch) | |
tree | d38b6b36e0b6cf0751c2f915548d813b9ce723ed /games | |
parent | 57e0c895744dc94c6724c9f7b9c5b316b82e3f6c (diff) | |
download | freebsd-ports-gnome-bbdc97f49c1e2d138e95248a3bcd5593f3c56ae9.tar.gz freebsd-ports-gnome-bbdc97f49c1e2d138e95248a3bcd5593f3c56ae9.tar.zst freebsd-ports-gnome-bbdc97f49c1e2d138e95248a3bcd5593f3c56ae9.zip |
- Convert to USES=python
- Drop @dirrm* from plist
Diffstat (limited to 'games')
-rw-r--r-- | games/farblazer/Makefile | 2 | ||||
-rw-r--r-- | games/farblazer/pkg-plist | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/games/farblazer/Makefile b/games/farblazer/Makefile index a52a661b6cef..406deabd321f 100644 --- a/games/farblazer/Makefile +++ b/games/farblazer/Makefile @@ -18,7 +18,7 @@ LICENSE= LGPL21 RUN_DEPENDS= ${PYGAME} -USE_PYTHON= yes +USES= python PORTDOCS= README.txt THANKS.txt OPTIONS_DEFINE= DOCS diff --git a/games/farblazer/pkg-plist b/games/farblazer/pkg-plist index a1c825b5bcde..ed2da4458784 100644 --- a/games/farblazer/pkg-plist +++ b/games/farblazer/pkg-plist @@ -342,9 +342,3 @@ bin/farblazer %%DATADIR%%/farblazer.pyc %%DATADIR%%/farblazer.pyo share/pixmaps/farblazer.png -@dirrm %%DATADIR%%/data/fonts -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%%/code/utils -@dirrm %%DATADIR%%/code/sprites -@dirrm %%DATADIR%%/code -@dirrm %%DATADIR%% |