summaryrefslogtreecommitdiff
path: root/games/xmine
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-25 00:44:33 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-25 00:44:33 +0000
commitd211d15440acc7fb851503f7f2e09fa7c14985c5 (patch)
tree3aeffc9c0db2e54a014030da57d0e588b13408af /games/xmine
parentThis port didn't survive the perl5 upgrade. (diff)
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).
Notes
Notes: svn path=/head/; revision=12817
Diffstat (limited to 'games/xmine')
-rw-r--r--games/xmine/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xmine/Makefile b/games/xmine/Makefile
index 537811ec50a3..a4625871a00e 100644
--- a/games/xmine/Makefile
+++ b/games/xmine/Makefile
@@ -3,7 +3,7 @@
# Date created: 25 December 1994
# Whom: joerg
#
-# $Id: Makefile,v 1.13 1997/04/30 03:18:00 asami Exp $
+# $Id: Makefile,v 1.14 1998/08/07 23:56:23 asami Exp $
#
DISTNAME= xmine-1.0.3-Xaw
@@ -17,5 +17,6 @@ LIB_DEPENDS= Xaw3d\\.:${PORTSDIR}/x11-toolkits/Xaw3d
USE_IMAKE= yes
MAN6= xmine.6
+MANCOMPRESSED= no
.include <bsd.port.mk>