svn commit: r399039 - head/devel/rubygem-annoy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 10 23:12:04 UTC 2015


Author: sunpoet
Date: Sat Oct 10 23:12:02 2015
New Revision: 399039
URL: https://svnweb.freebsd.org/changeset/ports/399039

Log:
  - Add LICENSE_FILE
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/rubygem-annoy/Makefile

Modified: head/devel/rubygem-annoy/Makefile
==============================================================================
--- head/devel/rubygem-annoy/Makefile	Sat Oct 10 23:11:58 2015	(r399038)
+++ head/devel/rubygem-annoy/Makefile	Sat Oct 10 23:12:02 2015	(r399039)
@@ -10,11 +10,11 @@ MAINTAINER=	swills at FreeBSD.org
 COMMENT=	Present the user with a simple question before a destructive action
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-highline>=1.5.0:${PORTSDIR}/devel/rubygem-highline
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-head mailing list