svn commit: r463566 - head/graphics/p5-Image-Base-SVG

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 4 16:10:38 UTC 2018


Author: sunpoet
Date: Sun Mar  4 16:10:37 2018
New Revision: 463566
URL: https://svnweb.freebsd.org/changeset/ports/463566

Log:
  Add LICENSE_FILE

Modified:
  head/graphics/p5-Image-Base-SVG/Makefile

Modified: head/graphics/p5-Image-Base-SVG/Makefile
==============================================================================
--- head/graphics/p5-Image-Base-SVG/Makefile	Sun Mar  4 12:50:51 2018	(r463565)
+++ head/graphics/p5-Image-Base-SVG/Makefile	Sun Mar  4 16:10:37 2018	(r463566)
@@ -12,6 +12,7 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	SVG image file output
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	p5-Image-Base>=0:graphics/p5-Image-Base \
 		p5-SVG>=2.38:textproc/p5-SVG \
@@ -23,6 +24,6 @@ USE_PERL5=	configure
 USES=		perl5
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|Image-Base-SVG|Image::Base::SVG|g' ${WRKSRC}/Makefile.PL
+	@${REINPLACE_CMD} -e 's|Image-Base-SVG|Image::Base::SVG|' ${WRKSRC}/Makefile.PL
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list