summaryrefslogtreecommitdiffstats
path: root/games/dmagnetic/dmagnetic.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/dmagnetic/dmagnetic.SlackBuild')
-rw-r--r--games/dmagnetic/dmagnetic.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/dmagnetic/dmagnetic.SlackBuild b/games/dmagnetic/dmagnetic.SlackBuild
index a030f57ff1..82ea798b8d 100644
--- a/games/dmagnetic/dmagnetic.SlackBuild
+++ b/games/dmagnetic/dmagnetic.SlackBuild
@@ -17,13 +17,15 @@
# happen. The manual source is available, as TeX source, but I see no
# reason to build it instead of using the prebuilt PDF file.
+# 20220316 bkw: BUILD=2, derp, gzip the man pages.
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dmagnetic
SRCNAM=dMagnetic
VERSION=${VERSION:-0.32}
MANVER=${MANVER:-$VERSION}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -75,6 +77,8 @@ make install \
INSTALLBIN=$PKG/usr/games \
INSTALLMAN=$PKG/usr/man
+gzip $PKG/usr/man/man*/*
+
# lowercase name aliases.
ln -s $SRCNAM.6.gz $PKG/usr/man/man6/$PRGNAM.6.gz
ln -s $SRCNAM $PKG/usr/games/$PRGNAM