diff options
-rw-r--r-- | games/bombz/Makefile | 1 | ||||
-rw-r--r-- | games/bombz/pkg-plist | 5 |
2 files changed, 1 insertions, 5 deletions
diff --git a/games/bombz/Makefile b/games/bombz/Makefile index a6ff408..359c5c2 100644 --- a/games/bombz/Makefile +++ b/games/bombz/Makefile @@ -16,6 +16,7 @@ MAINTAINER= games@FreeBSD.org COMMENT= Simple 2D puzzle game with bombs LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING.TXT RUN_DEPENDS= ${PYGAME} diff --git a/games/bombz/pkg-plist b/games/bombz/pkg-plist index 7adbd42..d92cca3 100644 --- a/games/bombz/pkg-plist +++ b/games/bombz/pkg-plist @@ -152,8 +152,3 @@ share/applications/bombz.desktop %%DATADIR%%/sounds/pip1.wav %%DATADIR%%/sounds/pip2.wav share/pixmaps/bombz.png -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/pngs -@dirrm %%DATADIR%%/levels -@dirrm %%DATADIR%%/bombz -@dirrm %%DATADIR%% |