diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-10-09 14:01:00 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-10-09 14:01:00 +0000 |
commit | b4e2e5a178c811fec570e850645cdfd8980e7978 (patch) | |
tree | 82add38c744d2c7bbacda776641d59fe65eecbed | |
parent | - Drop @dirrm* from plist (diff) |
- Clarify LICENSE
- Add LICENSE_FILE
- Drop @dirrm* from plist
Notes
Notes:
svn path=/head/; revision=370537
-rw-r--r-- | games/highmoon/Makefile | 3 | ||||
-rw-r--r-- | games/highmoon/pkg-plist | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/games/highmoon/Makefile b/games/highmoon/Makefile index f18029ff78e8..8b9b342f1bf0 100644 --- a/games/highmoon/Makefile +++ b/games/highmoon/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= http://highmoon.gerdsmeier.net/ MAINTAINER= games@FreeBSD.org COMMENT= Duel in the universe -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/HighMoon diff --git a/games/highmoon/pkg-plist b/games/highmoon/pkg-plist index 3d8f1156311c..fda84db2e3b6 100644 --- a/games/highmoon/pkg-plist +++ b/games/highmoon/pkg-plist @@ -39,6 +39,3 @@ bin/highmoon %%DATADIR%%/snd/pluck.wav %%DATADIR%%/snd/strom.wav share/pixmaps/highmoon.png -@dirrm %%DATADIR%%/snd -@dirrm %%DATADIR%%/gfx -@dirrm %%DATADIR%% |