diff options
author | steve <steve@FreeBSD.org> | 1998-09-28 02:10:29 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-28 02:10:29 +0000 |
commit | 41da314b439879acdabf9278b4c60c47e9d48d51 (patch) | |
tree | 5e5416cf5083721a199d15e911353421c7e1d66a /games/lincity | |
parent | 91bac29751df85e8c708342e87f4cbf998b5cd25 (diff) | |
download | FreeBSD-ports-41da314b439879acdabf9278b4c60c47e9d48d51.zip FreeBSD-ports-41da314b439879acdabf9278b4c60c47e9d48d51.tar.gz |
Use MANCOMPRESSED to warn bsd.port.mk that the manpage is not
compressed by this port.
Diffstat (limited to 'games/lincity')
-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 ea19cb6..0032354 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> |