Remove surrounding quotes in BROKEN

This commit is contained in:
merdely 2007-09-16 02:59:32 +00:00
parent 376b75df06
commit d071e2d9e3
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.12 2007/04/01 16:44:19 sturm Exp $
# $OpenBSD: Makefile,v 1.13 2007/09/16 02:59:32 merdely Exp $
ONLY_FOR_ARCHS= alpha i386 m68k sparc sparc64 powerpc vax
BROKEN='adjust for types changes'
BROKEN=adjust for types changes
V=3.4.6
FULL_VERSION=3.4-20060103

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2007/09/15 20:38:21 merdely Exp $
# $OpenBSD: Makefile,v 1.27 2007/09/16 02:59:32 merdely Exp $
COMMENT= C library to parse CGI Forms
@ -20,7 +20,7 @@ MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/jmpc/dist/
CONFIGURE_STYLE= gnu
.if $(MACHINE_ARCH) == "alpha"
BROKEN= "Alpha architecture not yet supported"
BROKEN= Alpha architecture not yet supported
.endif
NO_REGRESS= Yes