diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:10:29 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:10:29 +0000 |
commit | 47db41b40d2306e778b91a9d80710bf9c6161749 (patch) | |
tree | 6cf707a853d5c6e8109342509dc092b89fe66ac4 /games/lincity/Makefile | |
parent | 0e58a72c59658581835875735b98650e180f9811 (diff) | |
download | ports-47db41b40d2306e778b91a9d80710bf9c6161749.tar.gz ports-47db41b40d2306e778b91a9d80710bf9c6161749.zip |
Notes
Diffstat (limited to 'games/lincity/Makefile')
-rw-r--r-- | games/lincity/Makefile | 3 |
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> |