summaryrefslogtreecommitdiff
path: root/games/lincity
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-28 02:10:29 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-28 02:10:29 +0000
commit47db41b40d2306e778b91a9d80710bf9c6161749 (patch)
tree6cf707a853d5c6e8109342509dc092b89fe66ac4 /games/lincity
parentConver to ELF. (diff)
Use MANCOMPRESSED to warn bsd.port.mk that the manpage is not
compressed by this port.
Notes
Notes: svn path=/head/; revision=13490
Diffstat (limited to 'games/lincity')
-rw-r--r--games/lincity/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/lincity/Makefile b/games/lincity/Makefile
index ea19cb6bc277..0032354a09c2 100644
--- a/games/lincity/Makefile
+++ b/games/lincity/Makefile
@@ -3,7 +3,7 @@
# Date created: 13 Feb 1997
# Whom: Julian Assange
#
-# $Id: Makefile,v 1.1.1.1 1997/02/14 08:19:07 tg Exp $
+# $Id: Makefile,v 1.2 1997/10/29 03:20:31 dima Exp $
#
DISTNAME= lincity109
@@ -17,5 +17,6 @@ MAINTAINER= proff@iq.org
USE_GMAKE= yes
ALL_TARGET= freebsd
MAN6= lincity.6
+MANCOMPRESSED= no
.include <bsd.port.mk>