aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-GD-Graph/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/p5-GD-Graph/Makefile')
-rw-r--r--graphics/p5-GD-Graph/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/p5-GD-Graph/Makefile b/graphics/p5-GD-Graph/Makefile
index 92d8db46a025..5d92d934adad 100644
--- a/graphics/p5-GD-Graph/Makefile
+++ b/graphics/p5-GD-Graph/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= GD-Graph
-PORTVERSION= 1.43
+PORTVERSION= 1.43.05
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= GD
+MASTER_SITE_SUBDIR= Test/BWARFIELD
PKGNAMEPREFIX= p5-
-DISTNAME= GDGraph-${PORTVERSION}
+DISTNAME= GDGraph-${PORTVERSION:C/\.(..)$/\1/}
MAINTAINER= mat@FreeBSD.org
COMMENT= Graph plotting module for perl5
@@ -29,4 +29,7 @@ MAN3= GD::Graph.3 \
GD::Graph::colour.3 \
GD::Graph::hbars.3
+post-patch:
+ @${FIND} ${WRKSRC} -name "*.orig" -print0 | ${XARGS} -0 ${RM} -f
+
.include <bsd.port.mk>