diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 14:58:18 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 14:58:18 +0000 |
commit | 6b77282820994903707705d816ca5d7301c9fb22 (patch) | |
tree | b1cff420284d5ee15e6d2d156f4e102e8c38f089 /x11/xmindpath | |
parent | ed27a1f379fd8c6c22331674bb57d93ef3d01f4b (diff) | |
download | pkgsrc-6b77282820994903707705d816ca5d7301c9fb22.tar.gz |
'Please use ${ECHO} instead of "echo".'
'Please use ${ECHO_N} instead of "echo -n".'
Diffstat (limited to 'x11/xmindpath')
-rw-r--r-- | x11/xmindpath/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/xmindpath/Makefile b/x11/xmindpath/Makefile index 432639ed2a6..e57361eb34e 100644 --- a/x11/xmindpath/Makefile +++ b/x11/xmindpath/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/10/29 05:07:15 asau Exp $ +# $NetBSD: Makefile,v 1.20 2013/04/06 14:58:21 rodent Exp $ DISTNAME= magicpoint-1.09a PKGNAME= xmindpath-1.09a @@ -23,9 +23,9 @@ SPECIAL_PERMS= bin/xmindpath uucp ${REAL_ROOT_GROUP} 4511 .if !empty(MISSING_FEATURES:Merr) pre-build: cd ${BUILDLINK_DIR}/include && \ - { echo "#include <nbcompat/cdefs.h>"; \ - echo "#include <stdarg.h>"; \ - echo "#include <nbcompat/err.h>"; \ + { ${ECHO} "#include <nbcompat/cdefs.h>"; \ + ${ECHO} "#include <stdarg.h>"; \ + ${ECHO} "#include <nbcompat/err.h>"; \ } > err.h .endif |