diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 12:14:18 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 12:14:18 +0000 |
commit | a80f0bd0dd7d4db692d81c1f2fe73f117828db0d (patch) | |
tree | e1ba2085cc7146328f30ef47d6e9941c2e1d05c3 /x11-toolkits/libjparser | |
parent | 4adc5a8a717b83cd9a139cd4c92ea01102d602e2 (diff) | |
download | ports-a80f0bd0dd7d4db692d81c1f2fe73f117828db0d.tar.gz ports-a80f0bd0dd7d4db692d81c1f2fe73f117828db0d.zip |
Notes
Diffstat (limited to 'x11-toolkits/libjparser')
-rw-r--r-- | x11-toolkits/libjparser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/libjparser/Makefile b/x11-toolkits/libjparser/Makefile index e28f6aa30928..b98ae97fde57 100644 --- a/x11-toolkits/libjparser/Makefile +++ b/x11-toolkits/libjparser/Makefile @@ -81,7 +81,7 @@ post-extract: .endfor post-patch: - @${ECHO} "SEARCHDIRS += ${PORTINCLUDES}" >> \ + @${ECHO_CMD} "SEARCHDIRS += ${PORTINCLUDES}" >> \ ${WRKSRC}/${EXTRALIBFILES_MAKE_WRKSRC}/jx_constants post-build: |