diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-03 16:00:14 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-03 16:00:14 +0800 |
commit | d984bf4efb53774feb22e183e104327fbf404216 (patch) | |
tree | 5c479cd117d27a9869fd9b68ee1e150c1f7bf723 /games | |
parent | 31da54875eede5d4fe48369693612a77fc59a2ea (diff) | |
download | freebsd-ports-gnome-d984bf4efb53774feb22e183e104327fbf404216.tar.gz freebsd-ports-gnome-d984bf4efb53774feb22e183e104327fbf404216.tar.zst freebsd-ports-gnome-d984bf4efb53774feb22e183e104327fbf404216.zip |
- Drop @dirrm* from plist
- Add LICENSE_FILE
Diffstat (limited to 'games')
-rw-r--r-- | games/gemdropx/Makefile | 1 | ||||
-rw-r--r-- | games/gemdropx/pkg-plist | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/games/gemdropx/Makefile b/games/gemdropx/Makefile index eb70514e3ae4..8ddf2d420d74 100644 --- a/games/gemdropx/Makefile +++ b/games/gemdropx/Makefile @@ -15,6 +15,7 @@ MAINTAINER= games@FreeBSD.org COMMENT= Interesting one-player puzzle game for X (SDL) LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING.txt USES= gmake USE_SDL= image mixer sdl diff --git a/games/gemdropx/pkg-plist b/games/gemdropx/pkg-plist index 7156396b9cc2..1c5266ff6bde 100644 --- a/games/gemdropx/pkg-plist +++ b/games/gemdropx/pkg-plist @@ -64,6 +64,3 @@ bin/gemdropx %%DATADIR%%/sounds/wildcard.wav %%DATADIR%%/sounds/win.wav share/pixmaps/gemdropx.png -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%% |