summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmcabber/build/mcabber.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/mcabber/build/mcabber.SlackBuild b/mcabber/build/mcabber.SlackBuild
index 8685cd43..5cc460b9 100755
--- a/mcabber/build/mcabber.SlackBuild
+++ b/mcabber/build/mcabber.SlackBuild
@@ -33,7 +33,7 @@
# * New release (configure bugfix).
# 0.8.2-1: 19/sep/2006 by Eric Hameleers <alien@slackware.com>
# * New release.
-# 0.8.3-1: 16/nov/2006 by Eric Hameleers <alien@slackware.com>
+# 0.8.3-1: 19/nov/2006 by Eric Hameleers <alien@slackware.com>
# * New release. Lots of new features, read the changelog.
#
# Run 'sh SlackBuild --cleanup' to build a Slackware package.
@@ -50,9 +50,9 @@ if [ "$TMP" = "" ]; then
fi
PRGNAM=mcabber
-VERSION=0.8.3
+VERSION=${VERSION:-0.8.3}
ARCH=${ARCH:-i486}
-BUILD=1
+BUILD=$BUILD:-1}
DOCS="AUTHORS COPYING ChangeLog NEWS README TODO mcabberrc.example \
doc/mcabber.1.txt doc/mcabber.1.html doc/manpage.css contrib"