summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild b/perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild
index c71cb65160..1eb89d7005 100644
--- a/perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild
+++ b/perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild
@@ -27,12 +27,13 @@
# Build script for perl-Authen-SASL
-SRCNAM=Authen-SASL
-PRGNAM=perl-$SRCNAM
+PRGNAM=perl-Authen-SASL
VERSION=${VERSION:-2.16}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+SRCNAM=Authen-SASL
+
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;