summaryrefslogtreecommitdiff
path: root/devel/sdl10/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-15 09:23:53 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-15 09:23:53 +0000
commit06eb842463feec47a2ee67de8a80a664d3e29136 (patch)
tree6793cfbc5f095078c496f9fae11a77e99a3f72cb /devel/sdl10/Makefile
parentadd mtl 2.1.2-20 (diff)
Fix silly typo introduced during ${ECHO} --> ${ECHO_CMD} conversion.
Submitted by: bento
Diffstat (limited to '')
-rw-r--r--devel/sdl10/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/sdl10/Makefile b/devel/sdl10/Makefile
index cb6933dd24f4..aa627e2f6b82 100644
--- a/devel/sdl10/Makefile
+++ b/devel/sdl10/Makefile
@@ -42,7 +42,7 @@ post-install:
.for file in BUGS COPYING CREDITS README WhatsNew docs.html
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/SDL
.endfor
- cd ${WRKSRC}/docs; ${TAR} cf - `${ECH_CMDO} [^M]*` | \
+ cd ${WRKSRC}/docs; ${TAR} cf - `${ECH_CMD} [^M]*` | \
(cd ${PREFIX}/share/doc/SDL; ${TAR} --unlink -xf - )
.endif