diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-10-24 20:05:09 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-10-24 20:05:09 +0800 |
commit | 821f4bfe1527325c53be4dbf7c0a00aff391e896 (patch) | |
tree | 58fe92204378aa80d003f4d264f7a76f3b318df9 /graphics/p5-GraphViz | |
parent | 1b702a0f718f009f5a32d32d75a69be3a129dd71 (diff) | |
download | freebsd-ports-gnome-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.gz freebsd-ports-gnome-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.zst freebsd-ports-gnome-821f4bfe1527325c53be4dbf7c0a00aff391e896.zip |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'graphics/p5-GraphViz')
-rw-r--r-- | graphics/p5-GraphViz/Makefile | 6 | ||||
-rw-r--r-- | graphics/p5-GraphViz/pkg-plist | 32 |
2 files changed, 19 insertions, 19 deletions
diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile index 742d52d8619b..a55d031cd4b6 100644 --- a/graphics/p5-GraphViz/Makefile +++ b/graphics/p5-GraphViz/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= GraphViz - Perl interface to the GraphViz graphing tool -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Graph.pm:${PORTSDIR}/math/p5-Graph \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Math/Bezier.pm:${PORTSDIR}/math/p5-Math-Bezier +BUILD_DEPENDS= ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \ + ${SITE_PERL}/Graph.pm:${PORTSDIR}/math/p5-Graph \ + ${SITE_PERL}/Math/Bezier.pm:${PORTSDIR}/math/p5-Math-Bezier RUN_DEPENDS= ${BUILD_DEPENDS} \ dot:${PORTSDIR}/graphics/graphviz diff --git a/graphics/p5-GraphViz/pkg-plist b/graphics/p5-GraphViz/pkg-plist index 474f7061725a..a603e205bf2c 100644 --- a/graphics/p5-GraphViz/pkg-plist +++ b/graphics/p5-GraphViz/pkg-plist @@ -1,16 +1,16 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GraphViz/.packlist -lib/perl5/site_perl/%%PERL_VER%%/GraphViz.pm -lib/perl5/site_perl/%%PERL_VER%%/Devel/GraphVizProf.pm -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/Parse/Yapp.pm -lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Parse/RecDescent.pm -lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Parse/Yacc.pm -lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Data/Grapher.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Parse -@dirrm lib/perl5/site_perl/%%PERL_VER%%/GraphViz/Data -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GraphViz 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Devel 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/GraphViz 2>/dev/null || true +%%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz/.packlist +%%SITE_PERL%%/GraphViz.pm +%%SITE_PERL%%/Devel/GraphVizProf.pm +%%SITE_PERL%%/GraphViz/Small.pm +%%SITE_PERL%%/GraphViz/Regex.pm +%%SITE_PERL%%/GraphViz/XML.pm +%%SITE_PERL%%/GraphViz/No.pm +%%SITE_PERL%%/GraphViz/Parse/Yapp.pm +%%SITE_PERL%%/GraphViz/Parse/RecDescent.pm +%%SITE_PERL%%/GraphViz/Parse/Yacc.pm +%%SITE_PERL%%/GraphViz/Data/Grapher.pm +@dirrm %%SITE_PERL%%/GraphViz/Parse +@dirrm %%SITE_PERL%%/GraphViz/Data +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Devel 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/GraphViz 2>/dev/null || true |