diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-31 22:44:29 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-31 22:44:29 +0800 |
commit | 5355f2e17b2cd33513f0fec39c0a14d6612fed92 (patch) | |
tree | 770f7c54f369ef8d2d189d6ad772684ece5c325f /games | |
parent | aba5fd1c13782907a35f5fd6fa8b2376f16d2bd1 (diff) | |
download | freebsd-ports-gnome-5355f2e17b2cd33513f0fec39c0a14d6612fed92.tar.gz freebsd-ports-gnome-5355f2e17b2cd33513f0fec39c0a14d6612fed92.tar.zst freebsd-ports-gnome-5355f2e17b2cd33513f0fec39c0a14d6612fed92.zip |
- Add LICENSE_FILE
- Drop @dirrm* from plist
Diffstat (limited to 'games')
-rw-r--r-- | games/bombz/Makefile | 1 | ||||
-rw-r--r-- | games/bombz/pkg-plist | 5 |
2 files changed, 1 insertions, 5 deletions
diff --git a/games/bombz/Makefile b/games/bombz/Makefile index a6ff40840cbd..359c5c2811d1 100644 --- a/games/bombz/Makefile +++ b/games/bombz/Makefile @@ -16,6 +16,7 @@ MAINTAINER= games@FreeBSD.org COMMENT= Simple 2D puzzle game with bombs LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING.TXT RUN_DEPENDS= ${PYGAME} diff --git a/games/bombz/pkg-plist b/games/bombz/pkg-plist index 7adbd42c1afa..d92cca3232f8 100644 --- a/games/bombz/pkg-plist +++ b/games/bombz/pkg-plist @@ -152,8 +152,3 @@ share/applications/bombz.desktop %%DATADIR%%/sounds/pip1.wav %%DATADIR%%/sounds/pip2.wav share/pixmaps/bombz.png -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/pngs -@dirrm %%DATADIR%%/levels -@dirrm %%DATADIR%%/bombz -@dirrm %%DATADIR%% |