Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Dec 2014 13:12:30 +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: r374016 - head/games/gottet
Message-ID:  <201412051312.sB5DCUd6013517@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Dec  5 13:12:29 2014
New Revision: 374016
URL: https://svnweb.freebsd.org/changeset/ports/374016
QAT: https://qat.redports.org/buildarchive/r374016/

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Drop @dirrm* from plist

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

Modified: head/games/gottet/Makefile
==============================================================================
--- head/games/gottet/Makefile	Fri Dec  5 13:12:24 2014	(r374015)
+++ head/games/gottet/Makefile	Fri Dec  5 13:12:29 2014	(r374016)
@@ -10,7 +10,8 @@ EXTRACT_SUFX=	-src.tar.bz2
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tetris clone
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		qmake tar:bzip2
 USE_QT4=	moc_build rcc_build iconengines_run imageformats_run \

Modified: head/games/gottet/pkg-plist
==============================================================================
--- head/games/gottet/pkg-plist	Fri Dec  5 13:12:24 2014	(r374015)
+++ head/games/gottet/pkg-plist	Fri Dec  5 13:12:29 2014	(r374016)
@@ -24,5 +24,3 @@ share/icons/hicolor/64x64/apps/gottet.pn
 share/icons/hicolor/scalable/apps/gottet.svg
 share/pixmaps/gottet.png
 share/pixmaps/gottet.xpm
-%%NLS%%@dirrm %%DATADIR%%/translations
-%%NLS%%@dirrm %%DATADIR%%



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