diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-10-04 14:00:40 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-10-04 14:00:40 +0000 |
commit | 22ed384dfcb9b9a0ccb1cfab6fd15fa54f237ce1 (patch) | |
tree | 3857b6f88301b1b61d26104bd2afd336d0ae5708 /games/madbomber | |
parent | ff9ffe5d95d78d20f0d176c9f3de124dabcc9983 (diff) | |
download | ports-22ed384dfcb9b9a0ccb1cfab6fd15fa54f237ce1.tar.gz ports-22ed384dfcb9b9a0ccb1cfab6fd15fa54f237ce1.zip |
Notes
Diffstat (limited to 'games/madbomber')
-rw-r--r-- | games/madbomber/Makefile | 1 | ||||
-rw-r--r-- | games/madbomber/pkg-plist | 13 |
2 files changed, 1 insertions, 13 deletions
diff --git a/games/madbomber/Makefile b/games/madbomber/Makefile index a950adfb45e1..c0aa1c349711 100644 --- a/games/madbomber/Makefile +++ b/games/madbomber/Makefile @@ -11,6 +11,7 @@ MAINTAINER= games@FreeBSD.org COMMENT= Clone of Activision's classic Atari 2600 console game "Kaboom!" LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING.txt USE_SDL= mixer image sdl diff --git a/games/madbomber/pkg-plist b/games/madbomber/pkg-plist index 6ede19eebba8..66afff7b42c4 100644 --- a/games/madbomber/pkg-plist +++ b/games/madbomber/pkg-plist @@ -126,16 +126,3 @@ bin/madbomber %%DATADIR%%/sounds/splash8.wav %%DATADIR%%/sounds/spray.wav share/pixmaps/madbomber.png -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/music -@dirrm %%DATADIR%%/images/title -@dirrm %%DATADIR%%/images/options -@dirrm %%DATADIR%%/images/highscore -@dirrm %%DATADIR%%/images/game/numbers -@dirrm %%DATADIR%%/images/game/drop -@dirrm %%DATADIR%%/images/game/bucket -@dirrm %%DATADIR%%/images/game/bomber -@dirrm %%DATADIR%%/images/game/bomb -@dirrm %%DATADIR%%/images/game -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%% |