From 1b8969de35dd3ce4e05e905f3e238cce8c513f36 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Fri, 4 Feb 2000 04:43:29 +0000 Subject: add quotes around the IGNORE string to prevent the "(8)" from causing problems --- graphics/ns-flash/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/ns-flash/Makefile b/graphics/ns-flash/Makefile index 4ff86b745af..c29d8e17077 100644 --- a/graphics/ns-flash/Makefile +++ b/graphics/ns-flash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/10/04 17:31:24 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/02/04 04:43:29 dmcmahill Exp $ # PKGNAME= ns-flash-4.0r12 @@ -10,7 +10,7 @@ ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc .if (${MACHINE_ARCH} == "i386") .if !exists(/emul/linux/lib/ld-linux.so.2) -IGNORE= requires Linux glibc2 libraries - see compat_linux(8) +IGNORE= "requires Linux glibc2 libraries - see compat_linux(8)" .endif DISTUNAME= linux WRKNAME= Linux -- cgit v1.2.3