From 6b77282820994903707705d816ca5d7301c9fb22 Mon Sep 17 00:00:00 2001 From: rodent Date: Sat, 6 Apr 2013 14:58:18 +0000 Subject: 'Please use ${ECHO} instead of "echo".' 'Please use ${ECHO_N} instead of "echo -n".' --- math/muparser/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/muparser') 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" -- cgit v1.2.3