summaryrefslogtreecommitdiff
path: root/graphics/magicpoint
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-31 22:45:28 +0000
committerrillig <rillig>2005-05-31 22:45:28 +0000
commit2b74fef58c9e6f61bc473e87dde000d5df4d3dd3 (patch)
tree440a978deee4f8ac35cf8088e38f70abcc775114 /graphics/magicpoint
parenteec5e4b30c7d6d64c7cdb1317c7a87642d6c65bc (diff)
downloadpkgsrc-2b74fef58c9e6f61bc473e87dde000d5df4d3dd3.tar.gz
Changed $s to ${s}.
Diffstat (limited to 'graphics/magicpoint')
-rw-r--r--graphics/magicpoint/Makefile4
1 files changed, 2 insertions, 2 deletions
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: