summaryrefslogtreecommitdiffstats
path: root/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild
diff options
context:
space:
mode:
author Nishant Limbachia2012-12-18 23:00:10 +0100
committer dsomero2012-12-23 15:16:46 +0100
commit719a45fae61b4454832332a6b43fe9b36a04fa06 (patch)
treea8909f479a41b4af1ade77da0e25fe98ddc0ab25 /perl/perl-Test-Deep/perl-Test-Deep.SlackBuild
parentaa31394561ddbb69431e76c61b501eff5ac540ac (diff)
downloadslackbuilds-719a45fae61b4454832332a6b43fe9b36a04fa06.tar.gz
perl/perl-Test-Deep: Updated for version 0.110.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-Test-Deep/perl-Test-Deep.SlackBuild')
-rw-r--r--perl/perl-Test-Deep/perl-Test-Deep.SlackBuild14
1 files changed, 8 insertions, 6 deletions
diff --git a/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild b/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild
index cca3625c1a..5610d21cba 100644
--- a/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild
+++ b/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild
@@ -3,8 +3,8 @@
# Slackware Package Build Script for perl modules: Test::Deep
# Home Page http://search.cpan.org/dist/Test-Deep/
-# Copyright (c) 2011-2012, Nishant Limbachia, Hoffman Estates, IL, USA
-# <nishant _AT_ mnspace _DOT_ net>
+# Copyright (c) 2011-2013, Nishant Limbachia, Hoffman Estates, IL, USA
+# (nishant _AT_ mnspace _DOT_ net)
# All rights reserved.
# Redistribution and use of this script, with or without modification, is
@@ -25,12 +25,13 @@
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-PRGNAM=perl-Test-Deep
-VERSION=${VERSION:-0.109}
+
+PRGNAM="perl-Test-Deep"
+VERSION=${VERSION:-0.110}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-SRCNAM=$(echo $PRGNAM | cut -f2- -d- )
+SRCNAM="$(printf $PRGNAM | cut -f2- -d-)"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -77,7 +78,8 @@ find . \
CFLAGS="$SLKCFLAGS" \
-perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLVENDORMAN3DIR=/usr/man/man3
+perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor \
+INSTALLVENDORMAN1DIR=/usr/man/man1 INSTALLVENDORMAN3DIR=/usr/man/man3
make
make install DESTDIR=$PKG