Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2017 19:15:00 +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: r455221 - head/games/freesweep
Message-ID:  <201711301915.vAUJF0oa089060@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Nov 30 19:15:00 2017
New Revision: 455221
URL: https://svnweb.freebsd.org/changeset/ports/455221

Log:
  - Add LICENSE_FILE
  
  Approved by:	portmgr blanket

Modified:
  head/games/freesweep/Makefile

Modified: head/games/freesweep/Makefile
==============================================================================
--- head/games/freesweep/Makefile	Thu Nov 30 18:48:13 2017	(r455220)
+++ head/games/freesweep/Makefile	Thu Nov 30 19:15:00 2017	(r455221)
@@ -10,6 +10,7 @@ MAINTAINER=	rwestlun@gmail.com
 COMMENT=	Minesweeper-style game for text-mode terminals
 
 LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rwestlund



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