summaryrefslogtreecommitdiffstats
path: root/system/pcf2bdf/pcf2bdf.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/pcf2bdf/pcf2bdf.SlackBuild')
-rw-r--r--system/pcf2bdf/pcf2bdf.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/system/pcf2bdf/pcf2bdf.SlackBuild b/system/pcf2bdf/pcf2bdf.SlackBuild
index cb4464fe69..9c10a7f109 100644
--- a/system/pcf2bdf/pcf2bdf.SlackBuild
+++ b/system/pcf2bdf/pcf2bdf.SlackBuild
@@ -2,14 +2,14 @@
# Slackware build script for pcf2bdf
-# Written by B. Watson (yalhcru@gmail.com)
+# Written by B. Watson (urchlay@slackware.uk)
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pcf2bdf
-VERSION=${VERSION:-1.06}
+VERSION=${VERSION:-1.07}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -22,9 +22,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0