summaryrefslogtreecommitdiff
path: root/math/muparser
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-06 14:58:18 +0000
committerrodent <rodent@pkgsrc.org>2013-04-06 14:58:18 +0000
commit6b77282820994903707705d816ca5d7301c9fb22 (patch)
treeb1cff420284d5ee15e6d2d156f4e102e8c38f089 /math/muparser
parented27a1f379fd8c6c22331674bb57d93ef3d01f4b (diff)
downloadpkgsrc-6b77282820994903707705d816ca5d7301c9fb22.tar.gz
'Please use ${ECHO} instead of "echo".'
'Please use ${ECHO_N} instead of "echo -n".'
Diffstat (limited to 'math/muparser')
-rw-r--r--math/muparser/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/muparser/Makefile b/math/muparser/Makefile
index 2efc3df51b5..11e15a22d1c 100644
--- a/math/muparser/Makefile
+++ b/math/muparser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2012/09/11 23:04:24 asau Exp $
+# $NetBSD: Makefile,v 1.7 2013/04/06 14:58:20 rodent Exp $
#
DISTNAME= muparser_v2_2_2
@@ -21,6 +21,6 @@ GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= build/autoconf/muparser.pc.in
do-test:
- cd ${WRKSRC}/samples/example1 && echo quit | LD_LIBRARY_PATH=../../lib ./example1
+ cd ${WRKSRC}/samples/example1 && ${ECHO} quit | LD_LIBRARY_PATH=../../lib ./example1
.include "../../mk/bsd.pkg.mk"