diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-03-04 16:10:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-03-04 16:10:37 +0000 |
commit | 2e63cd49d3e34905bbc15d981e7dc0d3c9f7d5ac (patch) | |
tree | 692212ec41362592857ab8c3837c06430322b4f8 /graphics | |
parent | fcec6d9ce65cbe046f5514fde69ac740c0f3101b (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Image-Base-SVG/Makefile | 3 |
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> |