From e6b28992dee92bc700f9ac4aa2f542712ae0a798 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Thu, 13 Jan 2005 09:53:48 +0000 Subject: [PATCH] Remove quotes around IGNORE message text. Submitted by: Sam Lawrance --- print/trueprint/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print/trueprint/Makefile b/print/trueprint/Makefile index 6a2404d81e1a..a3dd33de2a0b 100644 --- a/print/trueprint/Makefile +++ b/print/trueprint/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes # Doesn't configure on bento because of this .if !exists(/usr/bin/lpr) || !exists(/usr/bin/lp) -IGNORE= "missing /usr/bin/lp or /usr/bin/lpr (hi bento)" +IGNORE= missing /usr/bin/lp or /usr/bin/lpr (hi bento) .endif MAN1= trueprint.1