ports/74933: new port: misc/lesspipe (a preprocessor for less)
Sergey Matveychuk
sem at FreeBSD.org
Sun Dec 12 13:00:57 UTC 2004
The following reply was made to PR ports/74933; it has been noted by GNATS.
From: Sergey Matveychuk <sem at FreeBSD.org>
To: slaven at rezic.de
Cc: freebsd-gnats-submit at FreeBSD.org
Subject: Re: ports/74933: new port: misc/lesspipe (a preprocessor for less)
Date: Sun, 12 Dec 2004 16:00:46 +0300
Slaven Rezic wrote:
> X.if defined(WITH_FANCY)
> X.if ${WITH_FANCY} == yes
Please, don't do so. Historicaly the ports system checks if variable is
defined. So .if defined(..) is enought. For a negate variable use
WITHOUT_FOO form.
--
Sem.
More information about the freebsd-ports-bugs
mailing list