diff options
-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%% |