diff options
-rw-r--r-- | perl/perl-Convert-BinHex/perl-Convert-BinHex.SlackBuild | 12 | ||||
-rw-r--r-- | perl/perl-Convert-BinHex/perl-Convert-BinHex.info | 8 |
2 files changed, 11 insertions, 9 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 diff --git a/perl/perl-Convert-BinHex/perl-Convert-BinHex.info b/perl/perl-Convert-BinHex/perl-Convert-BinHex.info index 75287bb4a7..c60b47e5f9 100644 --- a/perl/perl-Convert-BinHex/perl-Convert-BinHex.info +++ b/perl/perl-Convert-BinHex/perl-Convert-BinHex.info @@ -1,8 +1,8 @@ PRGNAM="perl-Convert-BinHex" -VERSION="1.123" -HOMEPAGE="https://metacpan.org/pod/Convert::BinHex" -DOWNLOAD="http://www.cpan.org/authors/id/S/ST/STEPHEN/Convert-BinHex-1.123.tar.gz" -MD5SUM="6957dee877c64918066ae27ca6069bfe" +VERSION="1.124" +HOMEPAGE="http://search.cpan.org/dist/Convert-BinHex/" +DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/ST/STEPHEN/Convert-BinHex-1.124.tar.gz" +MD5SUM="81bbc7c7f3d349767137658a200a7f11" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |