diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-01 01:52:11 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-01 01:52:11 +0800 |
commit | 6158a1e1d9578b5b7b96fc6b1c70c06758505306 (patch) | |
tree | fd77cacf7fad2dce0083c4d1ff8f9a729f603c9e /games | |
parent | 33bd47ac37f5469ada27632b6146df5d7db3ee45 (diff) | |
download | freebsd-ports-gnome-6158a1e1d9578b5b7b96fc6b1c70c06758505306.tar.gz freebsd-ports-gnome-6158a1e1d9578b5b7b96fc6b1c70c06758505306.tar.zst freebsd-ports-gnome-6158a1e1d9578b5b7b96fc6b1c70c06758505306.zip |
- Clarify LICENSE
- Add LICENSE_FILE
- Drop @dirrm* from plist
Diffstat (limited to 'games')
-rw-r--r-- | games/bombherman/Makefile | 3 | ||||
-rw-r--r-- | games/bombherman/pkg-plist | 17 |
2 files changed, 2 insertions, 18 deletions
diff --git a/games/bombherman/Makefile b/games/bombherman/Makefile index 41afc3b1501b..aad85961dcf0 100644 --- a/games/bombherman/Makefile +++ b/games/bombherman/Makefile @@ -12,7 +12,8 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ MAINTAINER= ports@FreeBSD.org COMMENT= Bomberman clone written in C++ -LICENSE= GPLv3 +LICENSE= GPLv3 # or later +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser diff --git a/games/bombherman/pkg-plist b/games/bombherman/pkg-plist index 1a3843214d32..814e73afe804 100644 --- a/games/bombherman/pkg-plist +++ b/games/bombherman/pkg-plist @@ -61,20 +61,3 @@ share/icons/hicolor/72x72/apps/bomb-her-man.png share/icons/hicolor/96x96/apps/bomb-her-man.png %%NLS%%share/locale/fr/LC_MESSAGES/bomb-her-man.mo share/pixmaps/bomb-her-man.png -@dirrm %%DATADIR%%/graphics/scores/2 -@dirrm %%DATADIR%%/graphics/scores/1 -@dirrm %%DATADIR%%/graphics/scores -@dirrm %%DATADIR%%/graphics/players/2/3 -@dirrm %%DATADIR%%/graphics/players/2/2 -@dirrm %%DATADIR%%/graphics/players/2/1 -@dirrm %%DATADIR%%/graphics/players/2/0 -@dirrm %%DATADIR%%/graphics/players/2 -@dirrm %%DATADIR%%/graphics/players/1/3 -@dirrm %%DATADIR%%/graphics/players/1/2 -@dirrm %%DATADIR%%/graphics/players/1/1 -@dirrm %%DATADIR%%/graphics/players/1/0 -@dirrm %%DATADIR%%/graphics/players/1 -@dirrm %%DATADIR%%/graphics/players -@dirrm %%DATADIR%%/graphics/bonuses -@dirrm %%DATADIR%%/graphics -@dirrm %%DATADIR%% |