From fce12d6c79f20d7ac89ad0ef0c758fcbcd195ee8 Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 31 May 2005 22:45:28 +0000 Subject: Changed $s to ${s}. --- graphics/magicpoint/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/magicpoint/Makefile') diff --git a/graphics/magicpoint/Makefile b/graphics/magicpoint/Makefile index efe46a56e9a..da5f751b819 100644 --- a/graphics/magicpoint/Makefile +++ b/graphics/magicpoint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2005/05/31 10:01:37 dillo Exp $ +# $NetBSD: Makefile,v 1.48 2005/05/31 22:45:28 rillig Exp $ DISTNAME= magicpoint-1.10a PKGREVISION= 6 @@ -43,7 +43,7 @@ MGP_PRE_STAGE= ctlwords.h grammar.c scanner.c tokdefs.h \ post-configure: .for s in ${MGP_PRE_STAGE} cd ${WRKSRC}; \ - ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} $s + ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} ${s} .endfor pre-install: -- cgit v1.2.3