development/xvi: Remove template comment.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2021-09-07 15:02:23 -04:00 committed by Willy Sudiarto Raharjo
parent 776e5a1fce
commit d987bd7386
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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