summaryrefslogtreecommitdiff
path: root/x11/xorg-cf-files
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-06 14:58:18 +0000
committerrodent <rodent>2013-04-06 14:58:18 +0000
commit8a6c7457c8e9ad03679dc4a0c372f4b4d52fe132 (patch)
treeb1cff420284d5ee15e6d2d156f4e102e8c38f089 /x11/xorg-cf-files
parent390d4755243917068e139a87068986e574213ad8 (diff)
downloadpkgsrc-8a6c7457c8e9ad03679dc4a0c372f4b4d52fe132.tar.gz
'Please use ${ECHO} instead of "echo".'
'Please use ${ECHO_N} instead of "echo -n".'
Diffstat (limited to 'x11/xorg-cf-files')
-rw-r--r--x11/xorg-cf-files/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xorg-cf-files/Makefile b/x11/xorg-cf-files/Makefile
index 26e983bcd2a..1e8e45f79b6 100644
--- a/x11/xorg-cf-files/Makefile
+++ b/x11/xorg-cf-files/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2012/10/29 05:07:17 asau Exp $
+# $NetBSD: Makefile,v 1.23 2013/04/06 14:58:21 rodent Exp $
#
DISTNAME= xorg-cf-files-1.0.4
@@ -52,7 +52,7 @@ pre-configure:
-e "s|@MAKE@|${MAKE_PROGRAM}|" ${FILESDIR}/host.def > \
${WRKSRC}/host.def
if [ ${X11BASE} != ${PREFIX} ]; then \
- echo '#define RealProjectRoot ${X11BASE}' >> ${WRKSRC}/host.def; \
+ ${ECHO} '#define RealProjectRoot ${X11BASE}' >> ${WRKSRC}/host.def; \
fi
.include "../../x11/xproto/buildlink3.mk"