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 /math/p5-Math-Interpolate | |
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 'math/p5-Math-Interpolate')
-rw-r--r-- | math/p5-Math-Interpolate/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-Interpolate/pkg-plist | 12 |
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 |