openbsd-ports/games/xjewel/scripts/configure
brad 101ebf77b1 - cleanup Makefile
- correct installation path of man page
- add missing @dirrm to PLIST
- chmod -> ${CHMOD}
- echo -> ${ECHO}
1999-10-02 22:24:54 +00:00

18 lines
298 B
Bash

#!/bin/sh
cd $WRKSRC || exit 1;
mv Imakefile Imakefile.orig
sed -e s/snf/pcf.gz/ <Imakefile.orig>Imakefile
cat >> Imakefile <<END
HSCORE_FILE = $PREFIX/lib/xjewel.scores
USERDEFS = -DICON_WINDOW -DUSE_SELECT -DGETPWENT
BINDIR = $PREFIX/bin
MANDIR = $PREFIX/man/cat6
MANSUFFIX = 6
END
exit 0;