aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Math-Interpolate
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-10-24 20:05:09 +0800
committerijliao <ijliao@FreeBSD.org>2003-10-24 20:05:09 +0800
commit821f4bfe1527325c53be4dbf7c0a00aff391e896 (patch)
tree58fe92204378aa80d003f4d264f7a76f3b318df9 /math/p5-Math-Interpolate
parent1b702a0f718f009f5a32d32d75a69be3a129dd71 (diff)
downloadfreebsd-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 'math/p5-Math-Interpolate')
-rw-r--r--math/p5-Math-Interpolate/Makefile1
-rw-r--r--math/p5-Math-Interpolate/pkg-plist12
2 files changed, 6 insertions, 7 deletions
diff --git a/math/p5-Math-Interpolate/Makefile b/math/p5-Math-Interpolate/Makefile
index 37826b79ba8f..5976e956c1db 100644
--- a/math/p5-Math-Interpolate/Makefile
+++ b/math/p5-Math-Interpolate/Makefile
@@ -17,7 +17,6 @@ COMMENT= Perl routines for data sets interpolation and interval search
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Math::Interpolate.3 Math::IntervalSearch.3
.include <bsd.port.mk>
diff --git a/math/p5-Math-Interpolate/pkg-plist b/math/p5-Math-Interpolate/pkg-plist
index 4c676d1f8326..7e38ba1384ad 100644
--- a/math/p5-Math-Interpolate/pkg-plist
+++ b/math/p5-Math-Interpolate/pkg-plist
@@ -1,6 +1,6 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Interpolate/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/Math/Interpolate.pm
-lib/perl5/site_perl/%%PERL_VER%%/Math/IntervalSearch.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Math
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Interpolate
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Interpolate/.packlist
+%%SITE_PERL%%/Math/Interpolate.pm
+%%SITE_PERL%%/Math/IntervalSearch.pm
+@dirrm %%SITE_PERL%%/Math
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Interpolate
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math