diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | c634b4bb839753aec2ae1040e2c80a5282402cb8 (patch) | |
tree | d8b3fc97550f860aeb41c57751d2550e9ad6273e /math/p5-Math-FFT | |
parent | Change MASTER_SITES to fix fetch (diff) |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'math/p5-Math-FFT')
-rw-r--r-- | math/p5-Math-FFT/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-FFT/pkg-plist | 14 |
2 files changed, 7 insertions, 8 deletions
diff --git a/math/p5-Math-FFT/Makefile b/math/p5-Math-FFT/Makefile index f77f117e881a..bb328f5378de 100644 --- a/math/p5-Math-FFT/Makefile +++ b/math/p5-Math-FFT/Makefile @@ -17,7 +17,6 @@ COMMENT= Perl module providing an interface to Fast Fourier Transform routines PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Math::FFT.3 .include <bsd.port.mk> diff --git a/math/p5-Math-FFT/pkg-plist b/math/p5-Math-FFT/pkg-plist index b2e51d8d0226..7165de840006 100644 --- a/math/p5-Math-FFT/pkg-plist +++ b/math/p5-Math-FFT/pkg-plist @@ -1,7 +1,7 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/FFT/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/FFT/FFT.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/FFT/FFT.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Math/FFT.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Math -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/FFT -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/FFT/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/FFT/FFT.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/FFT/FFT.so +%%SITE_PERL%%/%%PERL_ARCH%%/Math/FFT.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Math +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/FFT +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math |