summaryrefslogtreecommitdiff
path: root/x11/xmindpath
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-06 14:58:18 +0000
committerrodent <rodent>2013-04-06 14:58:18 +0000
commit02d12b5b90bd135eb8b0a739c1075d814ce7e1ce (patch)
treeb1cff420284d5ee15e6d2d156f4e102e8c38f089 /x11/xmindpath
parentc19d9392ba30a684c6894689392d083e879d0695 (diff)
downloadpkgsrc-02d12b5b90bd135eb8b0a739c1075d814ce7e1ce.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/Makefile8
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