svn commit: r376891 - head/games/tong

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jan 12 23:56:15 UTC 2015


Author: amdmi3
Date: Mon Jan 12 23:56:13 2015
New Revision: 376891
URL: https://svnweb.freebsd.org/changeset/ports/376891
QAT: https://qat.redports.org/buildarchive/r376891/

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Remove @dirrm* from pkg-plist
  
  PR:		196212
  Submitted by:	amdmi3
  Approved by:	maintainer timeout (nemysis)

Modified:
  head/games/tong/Makefile
  head/games/tong/pkg-plist

Modified: head/games/tong/Makefile
==============================================================================
--- head/games/tong/Makefile	Mon Jan 12 23:55:25 2015	(r376890)
+++ head/games/tong/Makefile	Mon Jan 12 23:56:13 2015	(r376891)
@@ -10,7 +10,8 @@ MASTER_SITES=	http://www.nongnu.org/tong
 MAINTAINER=	nemysis at 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

Modified: head/games/tong/pkg-plist
==============================================================================
--- head/games/tong/pkg-plist	Mon Jan 12 23:55:25 2015	(r376890)
+++ head/games/tong/pkg-plist	Mon Jan 12 23:56:13 2015	(r376891)
@@ -90,5 +90,3 @@ share/pixmaps/tong.png
 %%DATADIR%%/play.png
 %%DATADIR%%/pongbits.png
 %%DATADIR%%/tetrisbits.png
- at dirrm %%DATADIR%%/media
- at dirrm %%DATADIR%%


More information about the svn-ports-all mailing list