diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-08-23 04:00:48 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-08-23 04:00:48 +0000 |
commit | 2fae6ef01db638ecd1430d4968baf3d57912c245 (patch) | |
tree | 9ac35068566fa0bd7b31af254f68b1ec87a38df3 | |
parent | 59cbdb0d9fe2f088ede936116b7d8ac1846c2e96 (diff) | |
download | ports-2fae6ef01db638ecd1430d4968baf3d57912c245.tar.gz ports-2fae6ef01db638ecd1430d4968baf3d57912c245.zip |
Notes
-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 4da4cf1b4753..e155a924eaa0 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 13130db0fece..dd86544eafd5 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 |