diff options
Diffstat (limited to 'x11/xorg-cf-files/Makefile')
-rw-r--r-- | x11/xorg-cf-files/Makefile | 4 |
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" |