diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-01-22 13:49:04 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-01-22 13:49:04 +0000 |
commit | 8f1eb3f2a3ddc9b095d2fbf716a4faff571e2681 (patch) | |
tree | 33d4bfe9e137645ac13f69a0b36418ce11bfe12e /graphics/p5-GraphViz | |
parent | 6ba6292bb79765bafbb3b99239af198498c3187b (diff) | |
download | ports-8f1eb3f2a3ddc9b095d2fbf716a4faff571e2681.tar.gz ports-8f1eb3f2a3ddc9b095d2fbf716a4faff571e2681.zip |
Notes
Diffstat (limited to 'graphics/p5-GraphViz')
-rw-r--r-- | graphics/p5-GraphViz/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-GraphViz/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-GraphViz/pkg-plist | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile index d884292d7c77..5d48a070487d 100644 --- a/graphics/p5-GraphViz/Makefile +++ b/graphics/p5-GraphViz/Makefile @@ -6,7 +6,7 @@ # PORTNAME= GraphViz -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GraphViz @@ -30,9 +30,9 @@ MAN3= Devel::GraphVizProf.3 \ GraphViz::Parse::Yacc.3 \ GraphViz::Parse::Yapp.3 \ GraphViz::Regex.3 \ - GraphViz::Remote.3 \ GraphViz::Small.3 \ GraphViz::XML.3 + MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/graphics/p5-GraphViz/distinfo b/graphics/p5-GraphViz/distinfo index 3b8c093851bc..8cb6dea55a12 100644 --- a/graphics/p5-GraphViz/distinfo +++ b/graphics/p5-GraphViz/distinfo @@ -1 +1 @@ -MD5 (GraphViz-1.4.tar.gz) = c04bb56bc410b2c0084a85999e79ebfa +MD5 (GraphViz-1.5.tar.gz) = 97f7ce8c0377d274107a0272c0a2b94d diff --git a/graphics/p5-GraphViz/pkg-plist b/graphics/p5-GraphViz/pkg-plist index bef07474864f..474f7061725a 100644 --- a/graphics/p5-GraphViz/pkg-plist +++ b/graphics/p5-GraphViz/pkg-plist @@ -5,7 +5,6 @@ lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Small.pm lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Regex.pm lib/perl5/site_perl/%%PERL_VER%%/GraphViz/XML.pm lib/perl5/site_perl/%%PERL_VER%%/GraphViz/No.pm -lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Remote.pm lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Parse/Yapp.pm lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Parse/RecDescent.pm lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Parse/Yacc.pm |