summaryrefslogtreecommitdiffstats
path: root/perl/perl-Test-SharedFork/perl-Test-SharedFork.SlackBuild
diff options
context:
space:
mode:
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