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