svn commit: r391328 - head/editors/chexedit

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jul 4 20:03:18 UTC 2015


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 at 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 \


More information about the svn-ports-all mailing list