summaryrefslogtreecommitdiff
path: root/graphics/p5-GraphViz
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/p5-GraphViz')
-rw-r--r--graphics/p5-GraphViz/Makefile6
-rw-r--r--graphics/p5-GraphViz/pkg-plist32
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