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-Expr | |
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-Expr')
-rw-r--r-- | math/p5-Math-Expr/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-Expr/pkg-plist | 32 |
2 files changed, 16 insertions, 17 deletions
diff --git a/math/p5-Math-Expr/Makefile b/math/p5-Math-Expr/Makefile index 96c19448fcbd..b7b383ed0c0a 100644 --- a/math/p5-Math-Expr/Makefile +++ b/math/p5-Math-Expr/Makefile @@ -17,7 +17,6 @@ COMMENT= Perl module for parsing mathematical expressions into a tree structure PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Math::Expr.3 Math::Expr::FormulaDB.3 \ Math::Expr::MatchSet.3 Math::Expr::Node.3 \ Math::Expr::Num.3 Math::Expr::Opp.3 \ diff --git a/math/p5-Math-Expr/pkg-plist b/math/p5-Math-Expr/pkg-plist index ec518c463029..fd70702769fc 100644 --- a/math/p5-Math-Expr/pkg-plist +++ b/math/p5-Math-Expr/pkg-plist @@ -1,16 +1,16 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Expr/.packlist -lib/perl5/site_perl/%%PERL_VER%%/Math/Expr.pm -lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/FormulaDB.pm -lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/MatchSet.pm -lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/Node.pm -lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/Num.pm -lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/Opp.pm -lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/OpperationDB.pm -lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/Rule.pm -lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/TypeDB.pm -lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/Var.pm -lib/perl5/site_perl/%%PERL_VER%%/Math/Expr/VarSet.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Math/Expr -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Math -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Expr -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Expr/.packlist +%%SITE_PERL%%/Math/Expr.pm +%%SITE_PERL%%/Math/Expr/FormulaDB.pm +%%SITE_PERL%%/Math/Expr/MatchSet.pm +%%SITE_PERL%%/Math/Expr/Node.pm +%%SITE_PERL%%/Math/Expr/Num.pm +%%SITE_PERL%%/Math/Expr/Opp.pm +%%SITE_PERL%%/Math/Expr/OpperationDB.pm +%%SITE_PERL%%/Math/Expr/Rule.pm +%%SITE_PERL%%/Math/Expr/TypeDB.pm +%%SITE_PERL%%/Math/Expr/Var.pm +%%SITE_PERL%%/Math/Expr/VarSet.pm +@dirrm %%SITE_PERL%%/Math/Expr +@dirrm %%SITE_PERL%%/Math +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Expr +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math |