diff options
author | Andreas Voegele <andreas@andreasvoegele.com> | 2015-08-11 08:31:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-11 23:25:21 +0700 |
commit | 7aefede6b9f29dfe63fc0f60b3a768323e1e4585 (patch) | |
tree | f87590ef2d8ba7f8eb4a6617bfb92fba82b6e6bf /perl/perl-Module-Pluggable/perl-Module-Pluggable.SlackBuild | |
parent | 7ad7e9a0eb39d84055824fa9923ab4daa47e0d4e (diff) |
perl/perl-Module-Pluggable: Updated for version 5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Module-Pluggable/perl-Module-Pluggable.SlackBuild')
-rw-r--r-- | perl/perl-Module-Pluggable/perl-Module-Pluggable.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/perl/perl-Module-Pluggable/perl-Module-Pluggable.SlackBuild b/perl/perl-Module-Pluggable/perl-Module-Pluggable.SlackBuild index 3a07bdea0a2da..ad686a6f31d57 100644 --- a/perl/perl-Module-Pluggable/perl-Module-Pluggable.SlackBuild +++ b/perl/perl-Module-Pluggable/perl-Module-Pluggable.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-Module-Pluggable -# Copyright 2013 Andreas Voegele <andreas@andreasvoegele.com> +# Copyright 2013-2015 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 @@ -17,7 +17,7 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. PRGNAM=perl-Module-Pluggable -VERSION=${VERSION:-5.1} +VERSION=${VERSION:-5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,13 +63,14 @@ 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 {} \; find -L . \ \( -name Changes -o -name README -o -name '*.pm' \) -exec chmod 644 {} \; perl Makefile.PL \ PREFIX=/usr \ INSTALLDIRS=vendor \ + INSTALLVENDORMAN1DIR=/usr/man/man1 \ INSTALLVENDORMAN3DIR=/usr/man/man3 make make test |