svn commit: r410414 - head/textproc/rubygem-unf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 6 06:36:40 UTC 2016


Author: sunpoet
Date: Sun Mar  6 06:36:38 2016
New Revision: 410414
URL: https://svnweb.freebsd.org/changeset/ports/410414

Log:
  - Add LICENSE_FILE

Modified:
  head/textproc/rubygem-unf/Makefile

Modified: head/textproc/rubygem-unf/Makefile
==============================================================================
--- head/textproc/rubygem-unf/Makefile	Sun Mar  6 06:36:34 2016	(r410413)
+++ head/textproc/rubygem-unf/Makefile	Sun Mar  6 06:36:38 2016	(r410414)
@@ -10,11 +10,11 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Wrapper library to bring Unicode Normalization Form support
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-unf_ext>=0:${PORTSDIR}/textproc/rubygem-unf_ext
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-all mailing list