diff options
Diffstat (limited to 'perl/perl-MailTools/perl-MailTools.SlackBuild')
-rw-r--r-- | perl/perl-MailTools/perl-MailTools.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-MailTools/perl-MailTools.SlackBuild b/perl/perl-MailTools/perl-MailTools.SlackBuild index b929e6f686..42e3dd92ba 100644 --- a/perl/perl-MailTools/perl-MailTools.SlackBuild +++ b/perl/perl-MailTools/perl-MailTools.SlackBuild @@ -3,8 +3,8 @@ # Slackware Package Build Script for perl modules: MailTools # Home Page http://search.cpan.org/dist/MailTools/ -# Copyright (c) 2008-2012, Nishant Limbachia, Hoffman Estates, IL, USA -# <nishant _AT_ mnspace _DOT_ net> +# Copyright (c) 2008-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 @@ -28,11 +28,11 @@ # Modified by the SlackBuilds.org project. PRGNAM=perl-MailTools -VERSION=${VERSION:-2.09} +VERSION=${VERSION:-2.11} 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 |