diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-02 08:59:32 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-02 08:59:32 +0000 |
commit | e045dd5f10900ff8e7c9f859a7b3ef6ad0fecb10 (patch) | |
tree | 51a02c2c4064a8fa37187e8ca4cd767dfbcb9844 /graphics/p5-GD-Graph | |
parent | 1c8a109e3a14e6e70809552767110885206ab726 (diff) | |
download | ports-e045dd5f10900ff8e7c9f859a7b3ef6ad0fecb10.tar.gz ports-e045dd5f10900ff8e7c9f859a7b3ef6ad0fecb10.zip |
Notes
Diffstat (limited to 'graphics/p5-GD-Graph')
-rw-r--r-- | graphics/p5-GD-Graph/Makefile | 9 | ||||
-rw-r--r-- | graphics/p5-GD-Graph/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-GD-Graph/pkg-plist | 1 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/p5-GD-Graph/Makefile b/graphics/p5-GD-Graph/Makefile index 5ff71bf4a035..6dde1892a1e3 100644 --- a/graphics/p5-GD-Graph/Makefile +++ b/graphics/p5-GD-Graph/Makefile @@ -6,23 +6,22 @@ # PORTNAME= GD-Graph -PORTVERSION= 1.41 +PORTVERSION= 1.43 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD PKGNAMEPREFIX= p5- DISTNAME= GDGraph-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= m@absolight.net COMMENT= Graph plotting module for perl5 -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/GD/Text/Align.pm:${PORTSDIR}/graphics/p5-GD-TextUtil +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= YES -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= GD::Graph.3 \ GD::Graph::Data.3 \ GD::Graph::Error.3 \ diff --git a/graphics/p5-GD-Graph/distinfo b/graphics/p5-GD-Graph/distinfo index 1719d2731b32..02bba7842f21 100644 --- a/graphics/p5-GD-Graph/distinfo +++ b/graphics/p5-GD-Graph/distinfo @@ -1 +1 @@ -MD5 (GDGraph-1.41.tar.gz) = 1c301cbc51e2c477c7cded8b8859e99d +MD5 (GDGraph-1.43.tar.gz) = cf546f2de827a56458afe288ab0807f2 diff --git a/graphics/p5-GD-Graph/pkg-plist b/graphics/p5-GD-Graph/pkg-plist index f8862cd43170..e7d79978a6bd 100644 --- a/graphics/p5-GD-Graph/pkg-plist +++ b/graphics/p5-GD-Graph/pkg-plist @@ -15,5 +15,6 @@ %%SITE_PERL%%/GD/Graph/utils.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD 2>/dev/null || true @dirrm %%SITE_PERL%%/GD/Graph @unexec rmdir %D/%%SITE_PERL%%/GD 2>/dev/null || true |