summaryrefslogtreecommitdiffstats
path: root/perl/perl-Net-Ident
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Net-Ident')
-rw-r--r--perl/perl-Net-Ident/perl-Net-Ident.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/perl-Net-Ident/perl-Net-Ident.SlackBuild b/perl/perl-Net-Ident/perl-Net-Ident.SlackBuild
index c216cb357f..06dcb5bfbd 100644
--- a/perl/perl-Net-Ident/perl-Net-Ident.SlackBuild
+++ b/perl/perl-Net-Ident/perl-Net-Ident.SlackBuild
@@ -28,13 +28,13 @@
SRCNAM=Net-Ident
PRGNAM=perl-Net-Ident
-VERSION=1.23
+VERSION=${VERSION:-1.23}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac