svn commit: r404170 - head/www/rubygem-turbolinks

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 21 18:35:34 UTC 2015


Author: sunpoet
Date: Mon Dec 21 18:35:32 2015
New Revision: 404170
URL: https://svnweb.freebsd.org/changeset/ports/404170

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH

Modified:
  head/www/rubygem-turbolinks/Makefile

Modified: head/www/rubygem-turbolinks/Makefile
==============================================================================
--- head/www/rubygem-turbolinks/Makefile	Mon Dec 21 18:35:27 2015	(r404169)
+++ head/www/rubygem-turbolinks/Makefile	Mon Dec 21 18:35:32 2015	(r404170)
@@ -9,9 +9,11 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Turbolinks makes following links in your web application faster
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 RUN_DEPENDS?=	rubygem-coffee-rails4>=4.0.1:${PORTSDIR}/devel/rubygem-coffee-rails4
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-head mailing list