Put quotes back around ERRORS.

From simon@
This commit is contained in:
merdely 2007-09-15 23:36:43 +00:00
parent 1997c75349
commit 432ab66897
7 changed files with 14 additions and 14 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.32 2007/09/15 22:36:54 merdely Exp $
# $OpenBSD: Makefile,v 1.33 2007/09/15 23:36:43 merdely Exp $
COMMENT= jabber server
DISTNAME= jabberd-2.0s11
@ -78,7 +78,7 @@ storage_flag=1
. endif
.endfor
.if !defined(storage_flag)
ERRORS+= Fatal: You need to select at least one storage driver
ERRORS+= "Fatal: You need to select at least one storage driver"
.endif
do-install:

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.50 2007/09/15 21:36:44 merdely Exp $
# $OpenBSD: Makefile,v 1.51 2007/09/15 23:36:43 merdely Exp $
COMMENT= GNU PostScript interpreter
@ -117,7 +117,7 @@ CFLAGS+= -DA4
.endif
.if ${FLAVOR:L:Mgtk} && ${FLAVOR:L:Mno_x11}
ERRORS+= Fatal: Conflicting flavors: ${FLAVOR}
ERRORS+= "Fatal: Conflicting flavors: ${FLAVOR}"
.elif ${FLAVOR:L:Mgtk}
MODULES= devel/gettext
LIB_DEPENDS+= gtk.>=1,gdk::x11/gtk+

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.42 2007/09/15 21:36:44 merdely Exp $
# $OpenBSD: Makefile,v 1.43 2007/09/15 23:36:43 merdely Exp $
COMMENT= graphical frontend for LaTeX (nearly WYSIWYG)
@ -51,7 +51,7 @@ LIB_DEPENDS+= forms.1::x11/xforms
WANTLIB+= Xpm flimage jpeg
CONFIGURE_ARGS= --with-frontend=xforms
.else
ERRORS+= Fatal: Conflicting flavor: ${FLAVOR}
ERRORS+= "Fatal: Conflicting flavor: ${FLAVOR}"
.endif
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2007/09/15 21:36:44 merdely Exp $
# $OpenBSD: Makefile,v 1.25 2007/09/15 23:36:43 merdely Exp $
COMMENT= print multiple pages per sheet on PostScript printer
@ -30,7 +30,7 @@ MAKE_FLAGS+= PAGESIZE=Legal
.elif ${FLAVOR:L} == "a4"
MAKE_FLAGS+= PAGESIZE=A4
.else
ERRORS+= Fatal: You must set exactly ONE flavor: ${FLAVORS}
ERRORS+= "Fatal: You must set exactly ONE flavor: ${FLAVORS}"
.endif
NO_REGRESS= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2007/09/15 21:36:45 merdely Exp $
# $OpenBSD: Makefile,v 1.25 2007/09/15 23:36:43 merdely Exp $
COMMENT= manipulating PostScript documents
@ -31,7 +31,7 @@ OK=Yes
.endfor
OK?=No
.if ${OK} == "No"
ERRORS+=Fatal: Invalid flavor ${FLAVOR}
ERRORS+="Fatal: Invalid flavor ${FLAVOR}"
.endif
MAKE_FLAGS= \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2007/09/15 20:38:20 merdely Exp $
# $OpenBSD: Makefile,v 1.19 2007/09/15 23:36:43 merdely Exp $
#
# Many variables moved to ../Makefile.inc
@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --without-gtk \
--with-motif-libraries=${LOCALBASE}/lib
.else
ERRORS+= Fatal: Conflicting or missing flavor: '${FLAVOR}'
ERRORS+= "Fatal: Conflicting or missing flavor: '${FLAVOR}'"
.endif
WRKSRC= ${WRKDIR}/Amaya

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2007/09/15 20:38:22 merdely Exp $
# $OpenBSD: Makefile,v 1.12 2007/09/15 23:36:43 merdely Exp $
COMMENT= turns Apache into an MP3 or Ogg streaming server
@ -34,7 +34,7 @@ EXAMPLESRC= ${WRKSRC}/support
CONF= ${EXAMPLESRC}/mp3.conf
.if ${FLAVOR:L:Mmysql} && ${FLAVOR:L:Mpostgresql}
ERRORS+= Fatal: mutually exclusive flavors: ${FLAVORS}
ERRORS+= "Fatal: mutually exclusive flavors: ${FLAVORS}"
.endif
.if ${FLAVOR:L:Mmysql}