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