summaryrefslogtreecommitdiffstats
path: root/perl/perl-Term-UI/perl-Term-UI.SlackBuild
diff options
context:
space:
mode:
author Andreas Voegele2015-05-30 10:49:00 +0200
committer Willy Sudiarto Raharjo2015-05-31 05:36:26 +0200
commite20c2822dce8d80ab247b87cd7b28557b355957f (patch)
tree9916ae7f921ab9a2636ddf78a1b4e26264ca0295 /perl/perl-Term-UI/perl-Term-UI.SlackBuild
parent1e69440d19f12a634caadeded049ae860f329e18 (diff)
downloadslackbuilds-e20c2822dce8d80ab247b87cd7b28557b355957f.tar.gz
perl/perl-Term-UI: Updated for version 0.46.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Term-UI/perl-Term-UI.SlackBuild')
-rw-r--r--perl/perl-Term-UI/perl-Term-UI.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/perl/perl-Term-UI/perl-Term-UI.SlackBuild b/perl/perl-Term-UI/perl-Term-UI.SlackBuild
index 55ee4a6aea..9cb4d1595b 100644
--- a/perl/perl-Term-UI/perl-Term-UI.SlackBuild
+++ b/perl/perl-Term-UI/perl-Term-UI.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for perl-Term-UI
-# 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-Term-UI
-VERSION=${VERSION:-0.42}
+VERSION=${VERSION:-0.46}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -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