svn commit: r394860 - head/sysutils/procenv

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Aug 20 12:36:27 UTC 2015


Author: amdmi3
Date: Thu Aug 20 12:36:25 2015
New Revision: 394860
URL: https://svnweb.freebsd.org/changeset/ports/394860

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE

Modified:
  head/sysutils/procenv/Makefile

Modified: head/sysutils/procenv/Makefile
==============================================================================
--- head/sysutils/procenv/Makefile	Thu Aug 20 12:36:20 2015	(r394859)
+++ head/sysutils/procenv/Makefile	Thu Aug 20 12:36:25 2015	(r394860)
@@ -11,7 +11,8 @@ MASTER_SITES=	https://launchpad.net/proc
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Utility to show process environment
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	xmlwf:${PORTSDIR}/textproc/expat2
 


More information about the svn-ports-all mailing list