svn commit: r448563 - head/devel/rubygem-descendants_tracker

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Aug 22 16:41:20 UTC 2017


Author: sunpoet
Date: Tue Aug 22 16:41:19 2017
New Revision: 448563
URL: https://svnweb.freebsd.org/changeset/ports/448563

Log:
  Add LICENSE_FILE

Modified:
  head/devel/rubygem-descendants_tracker/Makefile

Modified: head/devel/rubygem-descendants_tracker/Makefile
==============================================================================
--- head/devel/rubygem-descendants_tracker/Makefile	Tue Aug 22 16:41:17 2017	(r448562)
+++ head/devel/rubygem-descendants_tracker/Makefile	Tue Aug 22 16:41:19 2017	(r448563)
@@ -9,11 +9,11 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Module that adds descendant tracking to a class
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-thread_safe>=0.3.1:devel/rubygem-thread_safe
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USES=		gem
 


More information about the svn-ports-head mailing list