aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-03-04 16:10:37 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-03-04 16:10:37 +0000
commit2e63cd49d3e34905bbc15d981e7dc0d3c9f7d5ac (patch)
tree692212ec41362592857ab8c3837c06430322b4f8 /graphics
parentfcec6d9ce65cbe046f5514fde69ac740c0f3101b (diff)
downloadports-2e63cd49d3e34905bbc15d981e7dc0d3c9f7d5ac.tar.gz
ports-2e63cd49d3e34905bbc15d981e7dc0d3c9f7d5ac.zip
Add LICENSE_FILE
Notes
Notes: svn path=/head/; revision=463566
Diffstat (limited to 'graphics')
-rw-r--r--graphics/p5-Image-Base-SVG/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/p5-Image-Base-SVG/Makefile b/graphics/p5-Image-Base-SVG/Makefile
index 8c7c131760f3..b7918dba1dcd 100644
--- a/graphics/p5-Image-Base-SVG/Makefile
+++ b/graphics/p5-Image-Base-SVG/Makefile
@@ -12,6 +12,7 @@ MAINTAINER= sunpoet@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>