From da1b08ecf1c69e5708dbba868a61de7419ed9e78 Mon Sep 17 00:00:00 2001 From: linimon Date: Fri, 27 Jan 2006 09:39:19 +0000 Subject: Replace the dangerous .error with IGNORE. Unquote the other use of IGNORE. --- x11/dgs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/dgs') diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index 73bf612ecc79..7adcbc473f1a 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -32,13 +32,13 @@ MAN1= dgs.1 dpsnx.agent.1 MANN= dpsexec.man makepsres.man xepsf.man .ifdef USE_DGS -.error You have `USE_DGS' variable defined either in environment or in make(1) arguments. Please undefine and try again. +IGNORE= Cannot install: you have the `USE_DGS' variable defined either in environment or in make(1) arguments. Please undefine and try again .endif .include .if ${X_WINDOW_SYSTEM:L} != xfree86-3 -IGNORE= "is included in XFree86 4.x and above" +IGNORE= is included in XFree86 4.x and above .endif pre-fetch: -- cgit