svn commit: r399575 - head/devel/rubygem-gem_plugin

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 17 18:09:12 UTC 2015


Author: sunpoet
Date: Sat Oct 17 18:09:10 2015
New Revision: 399575
URL: https://svnweb.freebsd.org/changeset/ports/399575

Log:
  - Add LICENSE_FILE

Modified:
  head/devel/rubygem-gem_plugin/Makefile

Modified: head/devel/rubygem-gem_plugin/Makefile
==============================================================================
--- head/devel/rubygem-gem_plugin/Makefile	Sat Oct 17 18:09:06 2015	(r399574)
+++ head/devel/rubygem-gem_plugin/Makefile	Sat Oct 17 18:09:10 2015	(r399575)
@@ -12,9 +12,10 @@ COMMENT=	Gem Based Plugin System
 
 LICENSE=	LGPL21 RUBY
 LICENSE_COMB=	dual
+LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING
+LICENSE_FILE_RUBY=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-all mailing list