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 /textproc/p5-Text-Query | |
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 'textproc/p5-Text-Query')
-rw-r--r-- | textproc/p5-Text-Query/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Query/pkg-plist | 36 |
2 files changed, 18 insertions, 19 deletions
diff --git a/textproc/p5-Text-Query/Makefile b/textproc/p5-Text-Query/Makefile index 199f96711fb5..95c0f1e6b606 100644 --- a/textproc/p5-Text-Query/Makefile +++ b/textproc/p5-Text-Query/Makefile @@ -24,7 +24,6 @@ MAN3= Text::Query.3 Text::Query::Build.3 \ Text::Query::ParseSimple.3 Text::Query::Solve.3 \ Text::Query::SolveAdvancedString.3 \ Text::Query::SolveSimpleString.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} pre-patch: @${PERL} -pi -e 's/factor\(\$$self\)/\&factor(\$$self)/' \ diff --git a/textproc/p5-Text-Query/pkg-plist b/textproc/p5-Text-Query/pkg-plist index d35fe9eb1347..915a490f642f 100644 --- a/textproc/p5-Text-Query/pkg-plist +++ b/textproc/p5-Text-Query/pkg-plist @@ -1,18 +1,18 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Query/.packlist -lib/perl5/site_perl/%%PERL_VER%%/Text/Query.pm -lib/perl5/site_perl/%%PERL_VER%%/Text/Query/Advanced.pm -lib/perl5/site_perl/%%PERL_VER%%/Text/Query/Build.pm -lib/perl5/site_perl/%%PERL_VER%%/Text/Query/Parse.pm -lib/perl5/site_perl/%%PERL_VER%%/Text/Query/BuildAdvancedString.pm -lib/perl5/site_perl/%%PERL_VER%%/Text/Query/BuildSimpleString.pm -lib/perl5/site_perl/%%PERL_VER%%/Text/Query/SolveAdvancedString.pm -lib/perl5/site_perl/%%PERL_VER%%/Text/Query/Solve.pm -lib/perl5/site_perl/%%PERL_VER%%/Text/Query/ParseAdvanced.pm -lib/perl5/site_perl/%%PERL_VER%%/Text/Query/SolveSimpleString.pm -lib/perl5/site_perl/%%PERL_VER%%/Text/Query/Optimize.pm -lib/perl5/site_perl/%%PERL_VER%%/Text/Query/Simple.pm -lib/perl5/site_perl/%%PERL_VER%%/Text/Query/ParseSimple.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Query -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Text/Query -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2>/dev/null || true +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Query/.packlist +%%SITE_PERL%%/Text/Query.pm +%%SITE_PERL%%/Text/Query/Advanced.pm +%%SITE_PERL%%/Text/Query/Build.pm +%%SITE_PERL%%/Text/Query/Parse.pm +%%SITE_PERL%%/Text/Query/BuildAdvancedString.pm +%%SITE_PERL%%/Text/Query/BuildSimpleString.pm +%%SITE_PERL%%/Text/Query/SolveAdvancedString.pm +%%SITE_PERL%%/Text/Query/Solve.pm +%%SITE_PERL%%/Text/Query/ParseAdvanced.pm +%%SITE_PERL%%/Text/Query/SolveSimpleString.pm +%%SITE_PERL%%/Text/Query/Optimize.pm +%%SITE_PERL%%/Text/Query/Simple.pm +%%SITE_PERL%%/Text/Query/ParseSimple.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Query +@dirrm %%SITE_PERL%%/Text/Query +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true |