From c634b4bb839753aec2ae1040e2c80a5282402cb8 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 24 Oct 2003 12:05:09 +0000 Subject: utilize SITE_PERL PR: 58166 Submitted by: Cheng-Lung Sung --- textproc/p5-Text-Wrapper/Makefile | 1 - textproc/p5-Text-Wrapper/pkg-plist | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'textproc/p5-Text-Wrapper') diff --git a/textproc/p5-Text-Wrapper/Makefile b/textproc/p5-Text-Wrapper/Makefile index a6a1f0ab32ca..9b0d9e8b2ae8 100644 --- a/textproc/p5-Text-Wrapper/Makefile +++ b/textproc/p5-Text-Wrapper/Makefile @@ -18,6 +18,5 @@ COMMENT= Simple word wrapping routine PERL_CONFIGURE= yes MAN3= Text::Wrapper.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include diff --git a/textproc/p5-Text-Wrapper/pkg-plist b/textproc/p5-Text-Wrapper/pkg-plist index a6c8643e2ef1..3a7e09e44eb4 100644 --- a/textproc/p5-Text-Wrapper/pkg-plist +++ b/textproc/p5-Text-Wrapper/pkg-plist @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Wrapper/.packlist -lib/perl5/site_perl/%%PERL_VER%%/Text/Wrapper.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Wrapper -@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/Wrapper/.packlist +%%SITE_PERL%%/Text/Wrapper.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Wrapper +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true -- cgit v1.2.3