summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl/perl-MIME-Charset/README16
-rw-r--r--perl/perl-MIME-Charset/perl-MIME-Charset.SlackBuild1
2 files changed, 6 insertions, 11 deletions
diff --git a/perl/perl-MIME-Charset/README b/perl/perl-MIME-Charset/README
index 887b0fff9a..5c3527ec1e 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 dbc5e2f268..11bacba8d1 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 \