summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-01-27 09:39:19 +0000
committerlinimon <linimon@FreeBSD.org>2006-01-27 09:39:19 +0000
commitda1b08ecf1c69e5708dbba868a61de7419ed9e78 (patch)
tree3730c39641f96aecd3d2f2bf0d1d2b4abb212f07 /x11
parent60df5c3be308ec889733b555995f3abcec79e568 (diff)
downloadFreeBSD-ports-da1b08ecf1c69e5708dbba868a61de7419ed9e78.zip
FreeBSD-ports-da1b08ecf1c69e5708dbba868a61de7419ed9e78.tar.gz
Replace the dangerous .error with IGNORE. Unquote the other use of
IGNORE.
Diffstat (limited to 'x11')
-rw-r--r--x11/dgs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile
index 73bf612..7adcbc4 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 <bsd.port.pre.mk>
.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:
OpenPOWER on IntegriCloud