Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2015 18:09:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399575 - head/devel/rubygem-gem_plugin
Message-ID:  <201510171809.t9HI9BGR030513@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510171809.t9HI9BGR030513>