Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2015 23:56:14 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376891 - head/games/tong
Message-ID:  <201501122356.t0CNuEEB015882@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
-@dirrm %%DATADIR%%/media
-@dirrm %%DATADIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501122356.t0CNuEEB015882>