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