diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-05 22:00:51 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-05 22:00:51 +0800 |
commit | 48f930a24a10bcb8184c759735e88aba274e753e (patch) | |
tree | 333a966aac47d358008e8b2c2cc6ebd52abdd054 /games | |
parent | dfbf6cc621b414583498dfd93ed6f032e97f1de3 (diff) | |
download | freebsd-ports-gnome-48f930a24a10bcb8184c759735e88aba274e753e.tar.gz freebsd-ports-gnome-48f930a24a10bcb8184c759735e88aba274e753e.tar.zst freebsd-ports-gnome-48f930a24a10bcb8184c759735e88aba274e753e.zip |
- Drop @dirrm* from plist
Diffstat (limited to 'games')
-rw-r--r-- | games/4stattack/Makefile | 2 | ||||
-rw-r--r-- | games/4stattack/pkg-plist | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/games/4stattack/Makefile b/games/4stattack/Makefile index e3a925c21cc3..1ece54baf184 100644 --- a/games/4stattack/Makefile +++ b/games/4stattack/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYGAME} -USE_PYTHON= yes +USES= python PORTDOCS= changelog.txt credits.txt OPTIONS_DEFINE= DOCS diff --git a/games/4stattack/pkg-plist b/games/4stattack/pkg-plist index 7354c713367d..28fe8c4c9e3a 100644 --- a/games/4stattack/pkg-plist +++ b/games/4stattack/pkg-plist @@ -246,12 +246,3 @@ share/icons/hicolor/32x32/apps/4stattack.png share/icons/hicolor/48x48/apps/4stattack.png share/icons/hicolor/64x64/apps/4stattack.png share/pixmaps/4stattack.png -@dirrm %%DATADIR%%/players -@dirrm %%DATADIR%%/gui/dialogs -@dirrm %%DATADIR%%/gui -@dirrm %%DATADIR%%/data/themes/clean/1024x768 -@dirrm %%DATADIR%%/data/themes/clean -@dirrm %%DATADIR%%/data/themes -@dirrm %%DATADIR%%/data/music -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%% |