diff options
author | jseger <jseger@FreeBSD.org> | 1998-08-23 04:00:48 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-08-23 04:00:48 +0000 |
commit | e37337605d6b0b9f379f4b191a88c95d45e3808c (patch) | |
tree | 4eacd648d09e2ca63d0f75007ae7078bcdf07079 /math/p5-MatrixReal | |
parent | 56f21522983cf90361e4e793c3441d3d9b6abaca (diff) | |
download | FreeBSD-ports-e37337605d6b0b9f379f4b191a88c95d45e3808c.zip FreeBSD-ports-e37337605d6b0b9f379f4b191a88c95d45e3808c.tar.gz |
Perl fixes
Diffstat (limited to 'math/p5-MatrixReal')
-rw-r--r-- | math/p5-MatrixReal/Makefile | 4 | ||||
-rw-r--r-- | math/p5-MatrixReal/pkg-plist | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/p5-MatrixReal/Makefile b/math/p5-MatrixReal/Makefile index 4da4cf1..e155a92 100644 --- a/math/p5-MatrixReal/Makefile +++ b/math/p5-MatrixReal/Makefile @@ -3,7 +3,7 @@ # Date Created: Aug 14 1997 # Whom: Sander Vesik <sander@haldjas.folklore.ee> # -# $Id: Makefile,v 1.1.1.1 1997/11/24 00:47:50 fenner Exp $ +# $Id: Makefile,v 1.2 1997/11/25 08:14:01 asami Exp $ DISTNAME= Math-MatrixReal-1.2 PKGNAME= p5-MatrixReal-1.2 @@ -15,7 +15,7 @@ MAINTAINER= sander@haldjas.folklore.ee USE_PERL5= YES -MANPREFIX= ${PREFIX}/lib/perl5 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Math::MatrixReal.3 Math::Kleene.3 do-configure: diff --git a/math/p5-MatrixReal/pkg-plist b/math/p5-MatrixReal/pkg-plist index 13130db..dd86544 100644 --- a/math/p5-MatrixReal/pkg-plist +++ b/math/p5-MatrixReal/pkg-plist @@ -1,4 +1,4 @@ -lib/perl5/site_perl/Math/MatrixReal.pm -lib/perl5/site_perl/Math/Kleene.pod -lib/perl5/site_perl/i386-freebsd/auto/Math/MatrixReal/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Math/MatrixReal +lib/perl5/site_perl/%%PERL_VER%%/Math/MatrixReal.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Kleene.pod +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Math/MatrixReal/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Math/MatrixReal |