diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-09 22:00:50 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-09 22:00:50 +0800 |
commit | 2f995fa1759c7f8e72b10a0afeb902fba6f9b46b (patch) | |
tree | 7849ad4951eb5b87086258268fa4ffb80140dac6 /games | |
parent | a47a890cede97dd99858bdef2f67e2de61af7531 (diff) | |
download | freebsd-ports-gnome-2f995fa1759c7f8e72b10a0afeb902fba6f9b46b.tar.gz freebsd-ports-gnome-2f995fa1759c7f8e72b10a0afeb902fba6f9b46b.tar.zst freebsd-ports-gnome-2f995fa1759c7f8e72b10a0afeb902fba6f9b46b.zip |
- Add LICENSE_FILE
- Drop @dirrm* from plist
Diffstat (limited to 'games')
-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%% |