Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Dec 2004 13:00:57 GMT
From:      Sergey Matveychuk <sem@FreeBSD.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/74933: new port: misc/lesspipe (a preprocessor for less)
Message-ID:  <200412121300.iBCD0vj0083044@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/74933; it has been noted by GNATS.

From: Sergey Matveychuk <sem@FreeBSD.org>
To: slaven@rezic.de
Cc: freebsd-gnats-submit@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.



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