diff options
Diffstat (limited to 'perl/perl-MIME-Charset')
-rw-r--r-- | perl/perl-MIME-Charset/README | 16 | ||||
-rw-r--r-- | perl/perl-MIME-Charset/perl-MIME-Charset.SlackBuild | 1 |
2 files changed, 6 insertions, 11 deletions
diff --git a/perl/perl-MIME-Charset/README b/perl/perl-MIME-Charset/README index 887b0fff9a52..5c3527ec1e91 100644 --- a/perl/perl-MIME-Charset/README +++ b/perl/perl-MIME-Charset/README @@ -9,15 +9,9 @@ Documentation : "man MIME::Charset" Documentation in Japanese: "man POD2::JA::MIME::Charset" -During excution, users are possibly asked if they want auto-installation -of following optional dependencies (perl modules): - Encode::EUCJPASCII [Extended mappings by Japanese codepages] - Encode::JISX0213 [Additional mappings for JIS X 0213] - Encode::HanExtra [Additional mappings for Chinese standards] -Default answer [n] is safe, but these modules can be installed before -perl-MIME-Charset as they are available @ slackbuilds.org, as respectively: - perl-Encode-EUCJPASCII - perl-Encode-JISX0213 - perl-Encode-HanExtra +Optional dependencies: + perl-Encode-EUCJPASCII [Extended mappings by Japanese codepages] + perl-Encode-JISX0213 [Additional mappings for JIS X 0213] + perl-Encode-HanExtra [Additional mappings for Chinese standards] -This perl package is a dependency of perl-Unicode-LineBreak. +perl-MIME-Charset is a dependency of perl-Unicode-LineBreak. diff --git a/perl/perl-MIME-Charset/perl-MIME-Charset.SlackBuild b/perl/perl-MIME-Charset/perl-MIME-Charset.SlackBuild index dbc5e2f26899..11bacba8d189 100644 --- a/perl/perl-MIME-Charset/perl-MIME-Charset.SlackBuild +++ b/perl/perl-MIME-Charset/perl-MIME-Charset.SlackBuild @@ -71,6 +71,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +PERL_MM_USE_DEFAULT=1 \ perl Makefile.PL \ PREFIX=/usr \ INSTALLDIRS=vendor \ |