summaryrefslogtreecommitdiffstats
path: root/system/pcf2bdf
diff options
context:
space:
mode:
author B. Watson2021-08-22 23:40:31 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:51:34 +0200
commitcb0255854775f7e5f9eec23aed4edd4675115395 (patch)
tree3eaf551f953e257a976be9f67ea8c180d66dd0eb /system/pcf2bdf
parent0f6f3f51db1d5384e2b7f3db4fb55d5950ef52c1 (diff)
downloadslackbuilds-cb0255854775f7e5f9eec23aed4edd4675115395.tar.gz
system/pcf2bdf: Reflow README, rm template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pcf2bdf')
-rw-r--r--system/pcf2bdf/README6
-rw-r--r--system/pcf2bdf/pcf2bdf.SlackBuild3
2 files changed, 3 insertions, 6 deletions
diff --git a/system/pcf2bdf/README b/system/pcf2bdf/README
index d7871d3a39..3bb682ae5f 100644
--- a/system/pcf2bdf/README
+++ b/system/pcf2bdf/README
@@ -1,5 +1,5 @@
pcf2bdf (convert X fonts from PCF to BDF)
-Pcf2bdf is a font de-compiler. It converts X fonts from Portable Compiled
-Format (PCF) to Bitmap Distribution Format (BDF). It can also accept a
-compressed/gzipped PCF file as input.
+Pcf2bdf is a font de-compiler. It converts X fonts from Portable
+Compiled Format (PCF) to Bitmap Distribution Format (BDF). It can also
+accept a compressed/gzipped PCF file as input.
diff --git a/system/pcf2bdf/pcf2bdf.SlackBuild b/system/pcf2bdf/pcf2bdf.SlackBuild
index cb4464fe69..78599e1296 100644
--- a/system/pcf2bdf/pcf2bdf.SlackBuild
+++ b/system/pcf2bdf/pcf2bdf.SlackBuild
@@ -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