diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-06 22:00:53 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-06 22:00:53 +0800 |
commit | 68731d1af9c9333eb90f1d6104db24547e0ec7c5 (patch) | |
tree | 132deac94b516bc26e6c8274979fcda6be35c897 /games/glightoff | |
parent | 3806c66d5bfa9dc62aa73200db2f6ff1f8899e3a (diff) | |
download | freebsd-ports-gnome-68731d1af9c9333eb90f1d6104db24547e0ec7c5.tar.gz freebsd-ports-gnome-68731d1af9c9333eb90f1d6104db24547e0ec7c5.tar.zst freebsd-ports-gnome-68731d1af9c9333eb90f1d6104db24547e0ec7c5.zip |
- Clarify LICENSE
- Add LICENSE_FILE
- Drop @dirrm* from plist
Diffstat (limited to 'games/glightoff')
-rw-r--r-- | games/glightoff/Makefile | 3 | ||||
-rw-r--r-- | games/glightoff/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/glightoff/Makefile b/games/glightoff/Makefile index f3ab98d140e5..2ee16febcbbd 100644 --- a/games/glightoff/Makefile +++ b/games/glightoff/Makefile @@ -12,7 +12,8 @@ COMMENT= Simple (but not so easy to solve!) puzzle game BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake iconv pkgconfig GNU_CONFIGURE= yes diff --git a/games/glightoff/pkg-plist b/games/glightoff/pkg-plist index b9db0dc7bbf0..448fbb669b8e 100644 --- a/games/glightoff/pkg-plist +++ b/games/glightoff/pkg-plist @@ -6,4 +6,3 @@ share/applications/glightoff.desktop share/pixmaps/glightoff.png share/pixmaps/glightoff/bulb_off.svg share/pixmaps/glightoff/bulb_on.svg -@dirrm share/pixmaps/glightoff |