summaryrefslogtreecommitdiffstats
path: root/perl/perl-Convert-BinHex/perl-Convert-BinHex.SlackBuild
diff options
context:
space:
mode:
author Nishant Limbachia2015-08-27 19:38:04 +0200
committer Willy Sudiarto Raharjo2015-08-27 19:38:04 +0200
commit17287d86dbe53ea48a839cbd730c1a42315a1ffc (patch)
tree47630cf02b88af6ed94316b6d7afb3d95ed5d87e /perl/perl-Convert-BinHex/perl-Convert-BinHex.SlackBuild
parent48043e3a43c1dcac011d406b4a0312f9401c98b3 (diff)
downloadslackbuilds-17287d86dbe53ea48a839cbd730c1a42315a1ffc.tar.gz
perl/perl-Convert-BinHex: Updated for version 1.124.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Convert-BinHex/perl-Convert-BinHex.SlackBuild')
-rw-r--r--perl/perl-Convert-BinHex/perl-Convert-BinHex.SlackBuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/perl/perl-Convert-BinHex/perl-Convert-BinHex.SlackBuild b/perl/perl-Convert-BinHex/perl-Convert-BinHex.SlackBuild
index 3374106141..f1be5c753b 100644
--- a/perl/perl-Convert-BinHex/perl-Convert-BinHex.SlackBuild
+++ b/perl/perl-Convert-BinHex/perl-Convert-BinHex.SlackBuild
@@ -3,7 +3,8 @@
# Slackware Package Build Script for perl modules: Convert::BinHex
# Home Page http://search.cpan.org/dist/Convert-BinHex/
-# Copyright (c) 2009-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant__AT__mnspace__DOT__net)
+# Copyright (c) 2009-2015, 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
@@ -26,9 +27,9 @@
#
# Modified by the SlackBuilds.org project.
-SRCNAM=Convert-BinHex
-PRGNAM=perl-Convert-BinHex
-VERSION=${VERSION:-1.123}
+SRCNAM="Convert-BinHex"
+PRGNAM="perl-Convert-BinHex"
+VERSION=${VERSION:-1.124}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,7 +77,8 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
-perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLVENDORMAN3DIR=/usr/man/man3
+perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLVENDORMAN3DIR=/usr/man/man3 \
+INSTALLVENDORMAN1DIR=/usr/man/man1
make
make install DESTDIR=$PKG