svn commit: r430565 - head/graphics/rubygem-pdfkit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 4 15:02:54 UTC 2017


Author: sunpoet
Date: Wed Jan  4 15:02:53 2017
New Revision: 430565
URL: https://svnweb.freebsd.org/changeset/ports/430565

Log:
  Add LICENSE_FILE

Modified:
  head/graphics/rubygem-pdfkit/Makefile

Modified: head/graphics/rubygem-pdfkit/Makefile
==============================================================================
--- head/graphics/rubygem-pdfkit/Makefile	Wed Jan  4 15:02:48 2017	(r430564)
+++ head/graphics/rubygem-pdfkit/Makefile	Wed Jan  4 15:02:53 2017	(r430565)
@@ -10,11 +10,11 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Uses wkhtmltopdf to create PDFs using HTML
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	wkhtmltopdf:converters/wkhtmltopdf
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USES=		gem
 


More information about the svn-ports-head mailing list