summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author Andreas Voegele <andreas@andreasvoegele.com>2016-04-09 11:08:35 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-04-10 06:19:22 +0700
commit120061bca35df098c5998ead27345e4124903aa4 (patch)
treeb32c61b2f983618fdef4107efdb62f789ab195c4 /perl
parent68e2cfe8c981f16c67c148238d2d31ba4bdd451f (diff)
downloadslackbuilds-120061bca35df098c5998ead27345e4124903aa4.tar.gz
slackbuilds-120061bca35df098c5998ead27345e4124903aa4.tar.xz
perl/perl-CPANPLUS-Dist-Build: Bring SlackBuild into line with template.
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build.SlackBuild b/perl/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build.SlackBuild
index 38246bfbb2..c873acc70f 100644
--- a/perl/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build.SlackBuild
+++ b/perl/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for perl-CPANPLUS-Dist-Build
-# Copyright 2013-2014 Andreas Voegele <andreas@andreasvoegele.com>
+# Copyright 2013-2016 Andreas Voegele <andreas@andreasvoegele.com>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -63,11 +63,12 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
perl Makefile.PL \
PREFIX=/usr \
INSTALLDIRS=vendor \
+ INSTALLVENDORMAN1DIR=/usr/man/man1 \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
make test