summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author B. Watson2021-09-11 01:11:18 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:52:17 +0200
commit6804392ee311f39b0c6a9521820d00c58e0067c6 (patch)
tree71b0a4f66cf8201979f67e3b738548d5645f6846 /misc
parent19a14f6a825dae2fa7642756279657d6b22ab456 (diff)
downloadslackbuilds-6804392ee311f39b0c6a9521820d00c58e0067c6.tar.gz
misc/par: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/par/README2
-rw-r--r--misc/par/par.SlackBuild5
2 files changed, 3 insertions, 4 deletions
diff --git a/misc/par/README b/misc/par/README
index a0488a9367..887c83b647 100644
--- a/misc/par/README
+++ b/misc/par/README
@@ -1,3 +1,5 @@
+par (paragraph reformatter)
+
par is a paragraph reformatter, vaguely similar to fmt, but better.
For example, the command "par 44gqr", given the input:
diff --git a/misc/par/par.SlackBuild b/misc/par/par.SlackBuild
index 67727fa788..fb8ac03ee0 100644
--- a/misc/par/par.SlackBuild
+++ b/misc/par/par.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Slackware build script for par
-# Written by slakmagik <slakmagik@gmail.com>
+# Written by slakmagik <email removed>
# Released under the WTFPL
# Now maintained by B. Watson <yalhcru@gmail.com>
@@ -30,9 +30,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