diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2009-01-14 23:10:02 +0800 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2009-01-14 23:10:02 +0800 |
commit | 4cf2d12b0a2085555995e2f113ac660b33d91c83 (patch) | |
tree | af38abbabe8623c185e9f6d1e75c64c2164fcc3d /textproc/p5-SVG | |
parent | 32afda12dfadcd68c4b180fcf64a74426f5527bc (diff) | |
download | freebsd-ports-gnome-4cf2d12b0a2085555995e2f113ac660b33d91c83.tar.gz freebsd-ports-gnome-4cf2d12b0a2085555995e2f113ac660b33d91c83.tar.zst freebsd-ports-gnome-4cf2d12b0a2085555995e2f113ac660b33d91c83.zip |
Fix plist with perl 5.8.9.
Approved by: portmgr (pav, implicit)
Diffstat (limited to 'textproc/p5-SVG')
-rw-r--r-- | textproc/p5-SVG/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-SVG/Makefile b/textproc/p5-SVG/Makefile index e1b32cd62f2c..f2793edd45be 100644 --- a/textproc/p5-SVG/Makefile +++ b/textproc/p5-SVG/Makefile @@ -7,6 +7,7 @@ PORTNAME= SVG PORTVERSION= 2.44 +PORTREVISION= 1 CATEGORIES= textproc graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +17,8 @@ COMMENT= Perl extension for generating Scalable Vector Graphics (SVG) documents PERL_CONFIGURE= yes -MAN3= SVG.3 SVG::DOM.3 SVG::Element.3 SVG::Manual.3 SVG::XML.3 +MAN3= SVG.3 SVG::DOM.3 SVG::Element.3 SVG::Extension.3 \ + SVG::Manual.3 SVG::XML.3 post-patch: @${FIND} ${WRKSRC} \( -name "*.p[lm]" -or -name "*.cgi" \ |