diff options
author | petef <petef@FreeBSD.org> | 2004-03-15 12:00:48 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2004-03-15 12:00:48 +0800 |
commit | fd578a229bd0019db84f7afcc74239c8a47d004b (patch) | |
tree | b7676583506caa0876440273126e7f6f73e03549 /games | |
parent | ec758d7f98c9bd0909c837221eefa71ce2a38b46 (diff) | |
download | freebsd-ports-gnome-fd578a229bd0019db84f7afcc74239c8a47d004b.tar.gz freebsd-ports-gnome-fd578a229bd0019db84f7afcc74239c8a47d004b.tar.zst freebsd-ports-gnome-fd578a229bd0019db84f7afcc74239c8a47d004b.zip |
Don't compress our manpage -- this enables online help in the game to
work.
PR: 61944
Submitted by: Philipp Mergenthaler <philipp.mergenthaler@stud.uni-karlsruhe.de>
Diffstat (limited to 'games')
-rw-r--r-- | games/xscorch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/xscorch/Makefile b/games/xscorch/Makefile index 0422287994e0..90fe4281e717 100644 --- a/games/xscorch/Makefile +++ b/games/xscorch/Makefile @@ -27,6 +27,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk MAN6= xscorch.6 +NOMANCOMPRESS= yes .include <bsd.port.pre.mk> |