summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rw-r--r--x11/openmotif/Makefile4
-rw-r--r--x11/xmindpath/Makefile8
-rw-r--r--x11/xorg-cf-files/Makefile4
3 files changed, 8 insertions, 8 deletions
diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile
index 32431d2b506..ab6c321d1ce 100644
--- a/x11/openmotif/Makefile
+++ b/x11/openmotif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2013/02/16 11:18:03 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2013/04/06 14:58:21 rodent Exp $
PKGVER= 2.3.3
DISTNAME= openmotif-${PKGVER}
@@ -101,7 +101,7 @@ post-patch:
${RM} -f $${manpage}.presubst; \
done; \
done
- echo "#include <X11/Xos_r.h>" > ${WRKSRC}/lib/Xm/Xmos_r.h
+ ${ECHO} "#include <X11/Xos_r.h>" > ${WRKSRC}/lib/Xm/Xmos_r.h
# Filter the manpages through tbl.
post-build:
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
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"