Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jan 2017 10:14:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430336 - head/devel/rubygem-classifier-reborn
Message-ID:  <201701021014.v02AEi7R024556@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jan  2 10:14:44 2017
New Revision: 430336
URL: https://svnweb.freebsd.org/changeset/ports/430336

Log:
  Add LICENSE_FILE
  
  - Move PLIST_FILES downward

Modified:
  head/devel/rubygem-classifier-reborn/Makefile

Modified: head/devel/rubygem-classifier-reborn/Makefile
==============================================================================
--- head/devel/rubygem-classifier-reborn/Makefile	Mon Jan  2 10:14:40 2017	(r430335)
+++ head/devel/rubygem-classifier-reborn/Makefile	Mon Jan  2 10:14:44 2017	(r430336)
@@ -10,14 +10,14 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Classifier module for Bayesian and other types of classifications
 
 LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-fast-stemmer>=1.0.0:devel/rubygem-fast-stemmer
 
-PLIST_FILES=	bin/bayes.rb bin/summarize.rb
-
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USES=		gem
 
+PLIST_FILES=	bin/bayes.rb bin/summarize.rb
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701021014.v02AEi7R024556>