svn commit: r404849 - head/devel/rubygem-state_machine

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Dec 30 12:14:31 UTC 2015


Author: sunpoet
Date: Wed Dec 30 12:14:30 2015
New Revision: 404849
URL: https://svnweb.freebsd.org/changeset/ports/404849

Log:
  - Add LICENSE_FILE

Modified:
  head/devel/rubygem-state_machine/Makefile

Modified: head/devel/rubygem-state_machine/Makefile
==============================================================================
--- head/devel/rubygem-state_machine/Makefile	Wed Dec 30 12:14:12 2015	(r404848)
+++ head/devel/rubygem-state_machine/Makefile	Wed Dec 30 12:14:30 2015	(r404849)
@@ -10,9 +10,9 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Support for creating state machines for attributes on any Ruby class
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-head mailing list