diff options
Diffstat (limited to 'perl/perl-MIME-tools/perl-MIME-tools.SlackBuild')
-rw-r--r-- | perl/perl-MIME-tools/perl-MIME-tools.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/perl/perl-MIME-tools/perl-MIME-tools.SlackBuild b/perl/perl-MIME-tools/perl-MIME-tools.SlackBuild index 4060646d9345..3fb722990b6f 100644 --- a/perl/perl-MIME-tools/perl-MIME-tools.SlackBuild +++ b/perl/perl-MIME-tools/perl-MIME-tools.SlackBuild @@ -3,8 +3,8 @@ # Slackware Package Build Script for perl modules: MIME-tools # Home Page http://search.cpan.org/dist/MIME-Tools/ -# Copyright (c) 2009-2011, Nishant Limbachia, Hoffman Estates, IL, USA -# <nishant _AT_ mnspace _DOT_ net> +# Copyright (c) 2009-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 @@ -27,12 +27,12 @@ # # Modified by the SlackBuilds.org project. -PRGNAM=perl-MIME-tools -VERSION=${VERSION:-5.502} +PRGNAM="perl-MIME-tools" +VERSION=${VERSION:-5.503} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -SRCNAM=MIME-tools +SRCNAM="$(printf $PRGNAM | cut -f2- -d-)" if [ -z "$ARCH" ]; then case "$( uname -m )" in |