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 /misc/p5-Locale-Codes | |
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 'misc/p5-Locale-Codes')
-rw-r--r-- | misc/p5-Locale-Codes/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-Locale-Codes/pkg-plist | 26 |
2 files changed, 13 insertions, 14 deletions
diff --git a/misc/p5-Locale-Codes/Makefile b/misc/p5-Locale-Codes/Makefile index a69d088931d0..b29187906a69 100644 --- a/misc/p5-Locale-Codes/Makefile +++ b/misc/p5-Locale-Codes/Makefile @@ -17,7 +17,6 @@ COMMENT= Perl5 module providing access to ISO3166 and ISO639 Country Codes PERL_CONFIGURE= YES -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Locale::Country.3 Locale::Constants.3 Locale::Currency.3 \ Locale::Language.3 Locale::Script.3 diff --git a/misc/p5-Locale-Codes/pkg-plist b/misc/p5-Locale-Codes/pkg-plist index 7d36d888ce65..aff324391099 100644 --- a/misc/p5-Locale-Codes/pkg-plist +++ b/misc/p5-Locale-Codes/pkg-plist @@ -1,13 +1,13 @@ -lib/perl5/site_perl/%%PERL_VER%%/Locale/Country.pm -lib/perl5/site_perl/%%PERL_VER%%/Locale/Country.pod -lib/perl5/site_perl/%%PERL_VER%%/Locale/Language.pm -lib/perl5/site_perl/%%PERL_VER%%/Locale/Language.pod -lib/perl5/site_perl/%%PERL_VER%%/Locale/Constants.pm -lib/perl5/site_perl/%%PERL_VER%%/Locale/Constants.pod -lib/perl5/site_perl/%%PERL_VER%%/Locale/Currency.pm -lib/perl5/site_perl/%%PERL_VER%%/Locale/Currency.pod -lib/perl5/site_perl/%%PERL_VER%%/Locale/Script.pm -lib/perl5/site_perl/%%PERL_VER%%/Locale/Script.pod -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Locale-Codes/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Locale-Codes -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Locale +%%SITE_PERL%%/Locale/Country.pm +%%SITE_PERL%%/Locale/Country.pod +%%SITE_PERL%%/Locale/Language.pm +%%SITE_PERL%%/Locale/Language.pod +%%SITE_PERL%%/Locale/Constants.pm +%%SITE_PERL%%/Locale/Constants.pod +%%SITE_PERL%%/Locale/Currency.pm +%%SITE_PERL%%/Locale/Currency.pod +%%SITE_PERL%%/Locale/Script.pm +%%SITE_PERL%%/Locale/Script.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale-Codes/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale-Codes +@dirrm %%SITE_PERL%%/Locale |