summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author B. Watson2020-01-03 08:45:00 +0100
committer Robby Workman2020-01-03 09:10:58 +0100
commitae65965e7de96023a4190d3a8270ea72333e5c5e (patch)
tree6b3f57ce9ec4b5dd30988fdbb0fa2691873d7a7f /perl
parent5cc830aca6c8aa72124b5cc701984a82247a30ca (diff)
downloadslackbuilds-ae65965e7de96023a4190d3a8270ea72333e5c5e.tar.gz
perl/perl-Authen-SASL: Fixed PRGNAM in build script.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl')
-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 ;;