diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-25 00:44:33 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-25 00:44:33 +0000 |
commit | d211d15440acc7fb851503f7f2e09fa7c14985c5 (patch) | |
tree | 3aeffc9c0db2e54a014030da57d0e588b13408af /games/xmille | |
parent | 6b0bd40311a8abadb8e27f01569de65eff753e4a (diff) | |
download | freebsd-ports-d211d15440acc7fb851503f7f2e09fa7c14985c5.zip |
These ports install uncompressed manpages even though USE_IMAKE is
set, so mark them with MANCOMPRESSED=no. Note that this requires the
new bsd.port.mk that is not committed yet (going through final tests,
will be committed in a few hours).
Diffstat (limited to 'games/xmille')
-rw-r--r-- | games/xmille/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xmille/Makefile b/games/xmille/Makefile index d4fa61fbfa30..4e7508938ef9 100644 --- a/games/xmille/Makefile +++ b/games/xmille/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Dec 1994 # Whom: swallace # -# $Id: Makefile,v 1.7 1996/11/18 11:25:57 asami Exp $ +# $Id: Makefile,v 1.8 1997/01/03 09:37:24 obrien Exp $ # DISTNAME= xmille @@ -18,5 +18,6 @@ MAINTAINER= swallace@FreeBSD.org USE_IMAKE= yes NO_WRKSUBDIR= yes +MANCOMPRESSED= no .include <bsd.port.mk> |