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-CSV | |
parent | 1b702a0f718f009f5a32d32d75a69be3a129dd71 (diff) | |
download | freebsd-ports-graphics-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.gz freebsd-ports-graphics-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.zst freebsd-ports-graphics-821f4bfe1527325c53be4dbf7c0a00aff391e896.zip |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'textproc/p5-Text-CSV')
-rw-r--r-- | textproc/p5-Text-CSV/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-CSV/pkg-plist | 24 |
2 files changed, 12 insertions, 13 deletions
diff --git a/textproc/p5-Text-CSV/Makefile b/textproc/p5-Text-CSV/Makefile index 1143e9e07f4..5a67154e4be 100644 --- a/textproc/p5-Text-CSV/Makefile +++ b/textproc/p5-Text-CSV/Makefile @@ -18,6 +18,5 @@ COMMENT= Composition and decomposition of comma-separated values PERL_CONFIGURE= yes MAN3= Text::CSV.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/textproc/p5-Text-CSV/pkg-plist b/textproc/p5-Text-CSV/pkg-plist index 34ad51bb588..adb60f3c722 100644 --- a/textproc/p5-Text-CSV/pkg-plist +++ b/textproc/p5-Text-CSV/pkg-plist @@ -1,15 +1,15 @@ -lib/perl5/site_perl/%%PERL_VER%%/auto/Text/CSV/version.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Text/CSV/new.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Text/CSV/status.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Text/CSV/error_input.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Text/CSV/string.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Text/CSV/fields.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Text/CSV/combine.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Text/CSV/parse.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Text/CSV/_bite.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Text/CSV/autosplit.ix -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/CSV/.packlist -lib/perl5/site_perl/%%PERL_VER%%/Text/CSV.pm +%%SITE_PERL%%/auto/Text/CSV/version.al +%%SITE_PERL%%/auto/Text/CSV/new.al +%%SITE_PERL%%/auto/Text/CSV/status.al +%%SITE_PERL%%/auto/Text/CSV/error_input.al +%%SITE_PERL%%/auto/Text/CSV/string.al +%%SITE_PERL%%/auto/Text/CSV/fields.al +%%SITE_PERL%%/auto/Text/CSV/combine.al +%%SITE_PERL%%/auto/Text/CSV/parse.al +%%SITE_PERL%%/auto/Text/CSV/_bite.al +%%SITE_PERL%%/auto/Text/CSV/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV/.packlist +%%SITE_PERL%%/Text/CSV.pm @dirrm lib/perl5/site_perl/5.6.0/mach/auto/Text/CSV @dirrm lib/perl5/site_perl/5.6.0/mach/auto/Text @dirrm lib/perl5/site_perl/5.6.0/auto/Text/CSV |