summaryrefslogtreecommitdiffstats
path: root/development/xvi
diff options
context:
space:
mode:
author B. Watson2021-09-07 21:02:23 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:52:02 +0200
commitd987bd73862a7d0f215c2062c5c07909c7128b81 (patch)
treec78dcb3c5b71142ed94a1f76a7d5d4df28ccddcd /development/xvi
parent776e5a1fce30b0527a4761762d04e52aa3eb1426 (diff)
downloadslackbuilds-d987bd73862a7d0f215c2062c5c07909c7128b81.tar.gz
development/xvi: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/xvi')
-rw-r--r--development/xvi/README2
-rw-r--r--development/xvi/slack-desc2
-rw-r--r--development/xvi/xvi.SlackBuild3
3 files changed, 2 insertions, 5 deletions
diff --git a/development/xvi/README b/development/xvi/README
index c64957a55f..45602cb234 100644
--- a/development/xvi/README
+++ b/development/xvi/README
@@ -3,7 +3,7 @@ xvi (tiny but full-featured vi clone)
Xvi is a portable multi-window version of the UNIX editor 'vi', derived
from "STEVIE" in the 1980s. The program was originally developed for the
Atari ST, but has been ported to many platforms. In spite of its name,
-there is, as yet, no X-Windows-specific version of it.
+there is, as yet, no X-Window-specific version of it.
It uses text windows separated by horizontal status lines on character
mode displays and the windows may represent different files being
diff --git a/development/xvi/slack-desc b/development/xvi/slack-desc
index 716119b75b..9c0b82fdaa 100644
--- a/development/xvi/slack-desc
+++ b/development/xvi/slack-desc
@@ -11,7 +11,7 @@ xvi:
xvi: Xvi is a portable multi-window version of the UNIX editor 'vi',
xvi: derived from "STEVIE" in the 1980s. The program was originally
xvi: developed for the Atari ST, but has been ported to many platforms. In
-xvi: spite of its name, there is, as yet, no X-Windows-specific version
+xvi: spite of its name, there is, as yet, no X-Window-specific version
xvi: of it.
xvi:
xvi: It uses text windows separated by horizontal status lines on character
diff --git a/development/xvi/xvi.SlackBuild b/development/xvi/xvi.SlackBuild
index 3d43484f2d..aee08d4181 100644
--- a/development/xvi/xvi.SlackBuild
+++ b/development/xvi/xvi.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