svn commit: r385144 - head/editors/hnb

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 1 20:00:23 UTC 2015


Author: amdmi3
Date: Fri May  1 20:00:22 2015
New Revision: 385144
URL: https://svnweb.freebsd.org/changeset/ports/385144

Log:
  - Add LICENSE

Modified:
  head/editors/hnb/Makefile

Modified: head/editors/hnb/Makefile
==============================================================================
--- head/editors/hnb/Makefile	Fri May  1 19:36:00 2015	(r385143)
+++ head/editors/hnb/Makefile	Fri May  1 20:00:22 2015	(r385144)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Hierarchical NoteBook a data organizer
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/../COPYING
+
 ONLY_FOR_ARCHS=	i386
 
 USES=		gmake


More information about the svn-ports-all mailing list