diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-10-31 14:44:57 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-10-31 14:44:57 +0000 |
commit | f7a11634152cf7c7972eee4c3b9e24cf787c6097 (patch) | |
tree | a24ed0230bfde63271c8dd563af657ec359c52dd /games | |
parent | 20888c2bec88bd5c0c99cd09897b4c9798693bc8 (diff) | |
download | freebsd-ports-f7a11634152cf7c7972eee4c3b9e24cf787c6097.zip |
- Clarify LICENSE
- Add LICENSE_FILE
- Drop @dirrm* from plist
Diffstat (limited to 'games')
-rw-r--r-- | games/glob2/Makefile | 3 | ||||
-rw-r--r-- | games/glob2/pkg-plist | 10 |
2 files changed, 2 insertions, 11 deletions
diff --git a/games/glob2/Makefile b/games/glob2/Makefile index cad74368e27c..7d9b3ba8f509 100644 --- a/games/glob2/Makefile +++ b/games/glob2/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= SAVANNAH/${PORTNAME}/${PORTVERSION:R}/ MAINTAINER= ports@FreeBSD.org COMMENT= Globulation 2, free and innovative strategy game -LICENSE= GPLv3 +LICENSE= GPLv3 # or later +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ libspeex.so:${PORTSDIR}/audio/speex \ diff --git a/games/glob2/pkg-plist b/games/glob2/pkg-plist index 2b44fdae01c9..f3772c10391d 100644 --- a/games/glob2/pkg-plist +++ b/games/glob2/pkg-plist @@ -1744,13 +1744,3 @@ share/icons/hicolor/32x32/apps/glob2.png share/icons/hicolor/48x48/apps/glob2.png share/icons/hicolor/64x64/apps/glob2.png share/pixmaps/glob2.png -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/maps -@dirrm %%DATADIR%%/data/zik -@dirrm %%DATADIR%%/data/gui -@dirrm %%DATADIR%%/data/gfx/cursor -@dirrm %%DATADIR%%/data/gfx -@dirrm %%DATADIR%%/data/fonts -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%%/campaigns -@dirrm %%DATADIR%% |