cvs commit: ports/x11/XFree86-contrib Makefile

Kris Kennaway kris at obsecurity.org
Fri Mar 26 15:03:29 PST 2004


On Fri, Mar 26, 2004 at 08:44:53AM -0800, Kirill Ponomarew wrote:

> | -.if ${XFREE86_VERSION} != 3
> | -IGNORE=		"Only for XFree86 version 3"
> | -.endif
> | -
> |  # Define FORCE_PACKAGE from the command line if you want to override
> |  # this and build a package
> |  NO_PACKAGE=	"Binary package distributed by XFree86 already"
> | @@ -30,4 +26,10 @@ MAN1=		ico.1 listres.1 showfont.1 viewre
> |  		xditview.1 xedit.1 xev.1 xeyes.1 xfontsel.1 xgc.1 xload.1 \
> |  		xman.1 xmessage.1
> |  
> | -.include <bsd.port.mk>
> | +.include <bsd.port.pre.mk>
> | +
> | +.if ${XFREE86_VERSION} == 4
> | +IGNORE=		"Only for XFree86 version 3"
> | +.endif

!=3 is better, because this will also apply to a future XFree86 5.x,
etc.

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20040326/718fdd72/attachment.bin


More information about the cvs-all mailing list