diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 14:59:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 14:59:51 +0000 |
commit | f1fa4b8f5390c5ea0dd36dd51c2000368f35c79f (patch) | |
tree | d3953263030c4b98400a017592a1a502c9e77419 /graphics/p5-GD-Graph | |
parent | 4d3c82a3e2c04d18d25bbc7a84992cad5496783c (diff) | |
download | ports-f1fa4b8f5390c5ea0dd36dd51c2000368f35c79f.tar.gz ports-f1fa4b8f5390c5ea0dd36dd51c2000368f35c79f.zip |
Notes
Diffstat (limited to 'graphics/p5-GD-Graph')
-rw-r--r-- | graphics/p5-GD-Graph/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/p5-GD-Graph/Makefile b/graphics/p5-GD-Graph/Makefile index ce4a3c808704..3e688d8e1272 100644 --- a/graphics/p5-GD-Graph/Makefile +++ b/graphics/p5-GD-Graph/Makefile @@ -9,8 +9,7 @@ PORTNAME= GD-Graph PORTVERSION= 1.44 PORTREVISION= 1 CATEGORIES= graphics perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Test/BWARFIELD +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- DISTNAME= GDGraph-${DISTVERSION} @@ -21,7 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ ${SITE_PERL}/GD/Text/Align.pm:${PORTSDIR}/graphics/p5-GD-TextUtil RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= yes MAN3= GD::Graph.3 \ GD::Graph::Data.3 \ @@ -30,7 +29,4 @@ 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> |