svn commit: r450295 - head/devel/rubygem-eventmachine

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 21 17:24:15 UTC 2017


Author: sunpoet
Date: Thu Sep 21 17:24:13 2017
New Revision: 450295
URL: https://svnweb.freebsd.org/changeset/ports/450295

Log:
  Fix LICENSE_FILE

Modified:
  head/devel/rubygem-eventmachine/Makefile

Modified: head/devel/rubygem-eventmachine/Makefile
==============================================================================
--- head/devel/rubygem-eventmachine/Makefile	Thu Sep 21 17:22:04 2017	(r450294)
+++ head/devel/rubygem-eventmachine/Makefile	Thu Sep 21 17:24:13 2017	(r450295)
@@ -11,8 +11,8 @@ COMMENT=	Fast, simple event-processing library for Rub
 
 LICENSE=	GPLv2 RUBY
 LICENSE_COMB=	dual
-LICENSE_FILE_GPLv2=	${WRKSRC}/LICENSE
-LICENSE_FILE_RUBY=	${WRKSRC}/GNU
+LICENSE_FILE_GPLv2=	${WRKSRC}/GNU
+LICENSE_FILE_RUBY=	${WRKSRC}/LICENSE
 
 USE_RUBY=	yes
 USES=		gem ssl


More information about the svn-ports-all mailing list