summaryrefslogtreecommitdiffstats
path: root/misc/txt2regex/txt2regex.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'misc/txt2regex/txt2regex.SlackBuild')
-rw-r--r--misc/txt2regex/txt2regex.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/txt2regex/txt2regex.SlackBuild b/misc/txt2regex/txt2regex.SlackBuild
index 6d7164854f..f97cee81e1 100644
--- a/misc/txt2regex/txt2regex.SlackBuild
+++ b/misc/txt2regex/txt2regex.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for txt2regex
-# 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.
@@ -15,9 +15,6 @@ TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
-# 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