From 3ac50b036edb328942903130f5d8bb5240e4f5de Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Thu, 27 Oct 2005 00:10:40 +0000 Subject: Replace IGNORE="foo (bar)" with IGNORE='foo (bar)'. With double quotes, sh chokes on the parentheses. Submitted by: Peter Schuller Approved by: flz --- sysutils/estctrl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/estctrl') diff --git a/sysutils/estctrl/Makefile b/sysutils/estctrl/Makefile index 2fbb65e3ec11..12b8a1ce7c11 100644 --- a/sysutils/estctrl/Makefile +++ b/sysutils/estctrl/Makefile @@ -29,7 +29,7 @@ MAKE_ENV= BINDIR=${PREFIX}/sbin .include .if ${OSVERSION} > 600015 -IGNORE= "estctrl now contained in the base system (see powerd(8))" +IGNORE= 'estctrl now contained in the base system (see powerd(8))' .endif post-extract: -- cgit v1.2.3