svn commit: r411497 - head/devel/rubygem-licensee

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 20 18:37:45 UTC 2016


Author: sunpoet
Date: Sun Mar 20 18:37:43 2016
New Revision: 411497
URL: https://svnweb.freebsd.org/changeset/ports/411497

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH
  - While I'm here, use = instead of += for PLIST_FILES
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/rubygem-licensee/Makefile

Modified: head/devel/rubygem-licensee/Makefile
==============================================================================
--- head/devel/rubygem-licensee/Makefile	Sun Mar 20 18:37:39 2016	(r411496)
+++ head/devel/rubygem-licensee/Makefile	Sun Mar 20 18:37:43 2016	(r411497)
@@ -10,13 +10,15 @@ MAINTAINER=	brendan+freebsd at bbqsrc.net
 COMMENT=	Detects under what license a project is distributed
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	rubygem-rugged>=0.23:${PORTSDIR}/devel/rubygem-rugged
 
-PLIST_FILES+=	bin/licensee
-
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
+PLIST_FILES=	bin/licensee
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list