pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/magicpoint Changed $s to ${s}.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d5a43927fb6
branches:  trunk
changeset: 494956:0d5a43927fb6
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue May 31 22:45:28 2005 +0000

description:
Changed $s to ${s}.

diffstat:

 graphics/magicpoint/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 64fbe20e5ba0 -r 0d5a43927fb6 graphics/magicpoint/Makefile
--- a/graphics/magicpoint/Makefile      Tue May 31 22:41:39 2005 +0000
+++ b/graphics/magicpoint/Makefile      Tue May 31 22:45:28 2005 +0000
@@ -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 @@
 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:



Home | Main Index | Thread Index | Old Index