Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Mar 1998 23:34:17 -0800 (PST)
From:      asami@FreeBSD.ORG (Satoshi Asami)
To:        handy@sag.space.lockheed.com
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: NOPORTDOCS question
Message-ID:  <199803040734.XAA14249@silvia.HIP.Berkeley.EDU>
In-Reply-To: <Pine.OSF.3.96.980303205951.10001A-100000@sag.space.lockheed.com> (message from Brian Handy on Tue, 3 Mar 1998 21:03:38 -0800 (PST))

next in thread | previous in thread | raw e-mail | index | archive | help
 * .ifndef ${NOPORTDOCS}		<-- (Line #45)

Um, that won't work for any make.  At least it should be ".ifndef
NOPORTDOCS" (or ".if !defined(NOPORTDOCS)" which more people seem to
prefer).

Satoshi

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803040734.XAA14249>