summaryrefslogtreecommitdiffstats
path: root/perl/perl-Test-SharedFork/perl-Test-SharedFork.SlackBuild
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2015-12-04 17:18:51 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commit7806613633bd5665f66504f3dc37f102418f78b3 (patch)
tree9ee5246f1fe9c76757866e87f51e043fa6d565d0 /perl/perl-Test-SharedFork/perl-Test-SharedFork.SlackBuild
parent887c4832fc819a8ff8016e914e472906a2f6aa1e (diff)
downloadslackbuilds-7806613633bd5665f66504f3dc37f102418f78b3.tar.gz
slackbuilds-7806613633bd5665f66504f3dc37f102418f78b3.tar.xz
perl/perl-Test-SharedFork: Updated for version 0.34.
Fixes build with perl-5.22. Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Test-SharedFork/perl-Test-SharedFork.SlackBuild')
-rw-r--r--perl/perl-Test-SharedFork/perl-Test-SharedFork.SlackBuild19
1 files changed, 9 insertions, 10 deletions
diff --git a/perl/perl-Test-SharedFork/perl-Test-SharedFork.SlackBuild b/perl/perl-Test-SharedFork/perl-Test-SharedFork.SlackBuild
index c09b36b570..76effbc902 100644
--- a/perl/perl-Test-SharedFork/perl-Test-SharedFork.SlackBuild
+++ b/perl/perl-Test-SharedFork/perl-Test-SharedFork.SlackBuild
@@ -27,7 +27,7 @@
PRGNAM="perl-Test-SharedFork"
-VERSION=${VERSION:-0.24}
+VERSION=${VERSION:-0.34}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -77,15 +77,14 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
-perl Build.PL \
- prefix=/usr \
- installdirs=vendor \
- destdir=$PKG
-./Build
-./Build test
-./Build install \
- --install_path bindoc=/usr/man/man1 \
- --install_path libdoc=/usr/man/man3
+perl Makefile.PL \
+ PREFIX=/usr \
+ INSTALLDIRS=vendor \
+ INSTALLVENDORMAN1DIR=/usr/man/man1 \
+ INSTALLVENDORMAN3DIR=/usr/man/man3
+make
+make test
+make install DESTDIR=$PKG
### putting essential docs
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION