Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2015 14:27:09 +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: r376941 - head/games/netwalk
Message-ID:  <201501131427.t0DER9PO030005@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jan 13 14:27:08 2015
New Revision: 376941
URL: https://svnweb.freebsd.org/changeset/ports/376941
QAT: https://qat.redports.org/buildarchive/r376941/

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

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

Modified: head/games/netwalk/Makefile
==============================================================================
--- head/games/netwalk/Makefile	Tue Jan 13 14:26:35 2015	(r376940)
+++ head/games/netwalk/Makefile	Tue Jan 13 14:27:08 2015	(r376941)
@@ -9,7 +9,8 @@ CATEGORIES=	games
 MAINTAINER=	nemysis@FreeBSD.org
 COMMENT=	Game where the object is to connect every terminal to the main server
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3 # or later
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	blynn

Modified: head/games/netwalk/pkg-plist
==============================================================================
--- head/games/netwalk/pkg-plist	Tue Jan 13 14:26:35 2015	(r376940)
+++ head/games/netwalk/pkg-plist	Tue Jan 13 14:27:08 2015	(r376941)
@@ -6,4 +6,3 @@ share/icons/hicolor/64x64/apps/netwalk.p
 share/icons/hicolor/96x96/apps/netwalk.png
 %%DATADIR%%/Vera.ttf
 share/pixmaps/netwalk.png
-@dirrm %%DATADIR%%



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