Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 2015 20:03:18 +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: r391328 - head/editors/chexedit
Message-ID:  <201507042003.t64K3IT3099725@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Jul  4 20:03:17 2015
New Revision: 391328
URL: https://svnweb.freebsd.org/changeset/ports/391328

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE

Modified:
  head/editors/chexedit/Makefile

Modified: head/editors/chexedit/Makefile
==============================================================================
--- head/editors/chexedit/Makefile	Sat Jul  4 18:40:53 2015	(r391327)
+++ head/editors/chexedit/Makefile	Sat Jul  4 20:03:17 2015	(r391328)
@@ -12,7 +12,8 @@ DISTNAME=	hexedit-${PORTVERSION}
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Full screen text mode Hex editor using the [n]curses library
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/chexedit \



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