summaryrefslogtreecommitdiffstats
path: root/development/reflex/reflex.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/reflex/reflex.SlackBuild')
-rw-r--r--development/reflex/reflex.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/development/reflex/reflex.SlackBuild b/development/reflex/reflex.SlackBuild
index 2b66b40269..4c48548ad4 100644
--- a/development/reflex/reflex.SlackBuild
+++ b/development/reflex/reflex.SlackBuild
@@ -6,10 +6,13 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20230912 bkw: updated for v2.5.4.20230523
+# 20230103 bkw: updated for v2.5.4.20221012.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=reflex
-VERSION=${VERSION:-2.5.4.20210808}
+VERSION=${VERSION:-2.5.4.20230523}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -95,7 +98,7 @@ make
make install DESTDIR=$PKG
strip $PKG/usr/bin/$PRGNAM
-gzip -9 $PKG/usr/man/man1/$PRGNAM.1
+[ -e $PKG/usr/man/man1/$PRGNAM.1.gz ] || gzip -9 $PKG/usr/man/man1/$PRGNAM.1
# Considered adding MISC/* to the doc dir, but it's almost all cruft
# from 20+ years ago, from before reflex forked from flex, and it looks