games/dmagnetic: gzip the man pages.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-16 02:35:08 -04:00
parent 294214e3bf
commit ccd98f72f6

View file

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