From owner-cvs-all Tue Feb 16 14:35:12 1999 Delivered-To: cvs-all@freebsd.org Received: from dfw-ix15.ix.netcom.com (dfw-ix15.ix.netcom.com [206.214.98.15]) by hub.freebsd.org (Postfix) with ESMTP id 8927E11059; Tue, 16 Feb 1999 14:34:57 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix15.ix.netcom.com (8.8.4/8.8.4) id QAA13347; Tue, 16 Feb 1999 16:34:42 -0600 (CST) Received: from sji-ca11-226.ix.netcom.com(209.109.237.226) by dfw-ix15.ix.netcom.com via smap (V1.3) id rma013182; Tue Feb 16 16:33:36 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.1/8.6.9) id OAA72442; Tue, 16 Feb 1999 14:33:28 -0800 (PST) Date: Tue, 16 Feb 1999 14:33:28 -0800 (PST) Message-Id: <199902162233.OAA72442@silvia.hip.berkeley.edu> To: thepish@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199902161222.EAA14065@freefall.freebsd.org> (message from Peter Hawkins on Tue, 16 Feb 1999 04:22:21 -0800 (PST)) Subject: Re: cvs commit: ports/graphics/xpm Makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * Add NOMANCOMPRESS to Makefile (the native Makefile compresses man pages) NOMANCOMPRESS is a user variable to specify that the manpages are to be installed without being compressed (or to be uncompressed in post-install if they are installed compressed). It should never be set in a port Makefile. From the rest of the line, I assume you meant MANCOMPRESSED but that is already set to "yes" since the Makefile defines USE_IMAKE. Please back this out and check your setups, it seems to me that something is not right on your system. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message