svn commit: r412829 - head/graphics/rubygem-flamegraph

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 9 12:31:12 UTC 2016


Author: sunpoet
Date: Sat Apr  9 12:31:11 2016
New Revision: 412829
URL: https://svnweb.freebsd.org/changeset/ports/412829

Log:
  - Add LICENSE_FILE

Modified:
  head/graphics/rubygem-flamegraph/Makefile

Modified: head/graphics/rubygem-flamegraph/Makefile
==============================================================================
--- head/graphics/rubygem-flamegraph/Makefile	Sat Apr  9 12:31:06 2016	(r412828)
+++ head/graphics/rubygem-flamegraph/Makefile	Sat Apr  9 12:31:11 2016	(r412829)
@@ -10,11 +10,11 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Flamegraph support for arbitrary ruby apps
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-fast_stack>=0:devel/rubygem-fast_stack
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-all mailing list