diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-01-12 23:56:13 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-01-12 23:56:13 +0000 |
commit | 5b876312654bedd2ebb89b91231fd7915a5e6559 (patch) | |
tree | 45bf2cc5fb6d2f9ffd9711224f2bc4940c891fde /games/tong | |
parent | f58b3b87fd451f999810a0a0cc2b3bed3746c960 (diff) |
- Clarify LICENSE
- Add LICENSE_FILE
- Remove @dirrm* from pkg-plist
PR: 196212
Submitted by: amdmi3
Approved by: maintainer timeout (nemysis)
Notes
Notes:
svn path=/head/; revision=376891
Diffstat (limited to 'games/tong')
-rw-r--r-- | games/tong/Makefile | 3 | ||||
-rw-r--r-- | games/tong/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/games/tong/Makefile b/games/tong/Makefile index 21d333d9721d..f407a5c0fe05 100644 --- a/games/tong/Makefile +++ b/games/tong/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= http://www.nongnu.org/tong/ MAINTAINER= nemysis@FreeBSD.org COMMENT= Tetris and Pong in the same place at the same time -LICENSE= GPLv3 +LICENSE= GPLv3 # or later +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake USE_SDL= image mixer sdl diff --git a/games/tong/pkg-plist b/games/tong/pkg-plist index 114d2045830f..5554088e3ad1 100644 --- a/games/tong/pkg-plist +++ b/games/tong/pkg-plist @@ -90,5 +90,3 @@ share/pixmaps/tong.png %%DATADIR%%/play.png %%DATADIR%%/pongbits.png %%DATADIR%%/tetrisbits.png -@dirrm %%DATADIR%%/media -@dirrm %%DATADIR%% |