diff options
-rw-r--r-- | games/entombed/Makefile | 1 | ||||
-rw-r--r-- | games/entombed/pkg-plist | 7 |
2 files changed, 1 insertions, 7 deletions
diff --git a/games/entombed/Makefile b/games/entombed/Makefile index a66dff0bddae..5053e6ea8147 100644 --- a/games/entombed/Makefile +++ b/games/entombed/Makefile @@ -15,6 +15,7 @@ MAINTAINER= games@FreeBSD.org COMMENT= One- or two-player maze game based on the Entombed LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/docs/COPYING.txt USES= gmake USE_SDL= image mixer sdl diff --git a/games/entombed/pkg-plist b/games/entombed/pkg-plist index 5deb12ed8a6f..4efbbe7cc191 100644 --- a/games/entombed/pkg-plist +++ b/games/entombed/pkg-plist @@ -66,10 +66,3 @@ bin/entombed %%DATADIR%%/sounds/zombie_eat.wav %%DATADIR%%/sounds/zombie_mad.wav share/pixmaps/entombed.png -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/music -@dirrm %%DATADIR%%/images_halfsize -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/embedded/images -@dirrm %%DATADIR%%/embedded -@dirrm %%DATADIR%% |