svn commit: r457974 - head/www/npm

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 3 16:45:30 UTC 2018


Author: sunpoet
Date: Wed Jan  3 16:45:29 2018
New Revision: 457974
URL: https://svnweb.freebsd.org/changeset/ports/457974

Log:
  Fix LICENSE
  
  - Add LICENSE_FILE

Modified:
  head/www/npm/Makefile

Modified: head/www/npm/Makefile
==============================================================================
--- head/www/npm/Makefile	Wed Jan  3 16:38:41 2018	(r457973)
+++ head/www/npm/Makefile	Wed Jan  3 16:45:29 2018	(r457974)
@@ -10,7 +10,8 @@ MASTER_SITES=	LOCAL/sunpoet
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Node package manager
 
-LICENSE=	MIT
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/lib/node_modules/npm/LICENSE
 
 RUN_DEPENDS=	gmake:devel/gmake
 


More information about the svn-ports-all mailing list