summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-03-16 09:09:03 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-03-16 09:09:03 +0000
commit788c5ba704d9d4be1f29a66c9a166844207b2b6b (patch)
treebb391513de3448f3ad166b07232b51fb5506c43c /devel
parent- Fix compilation error (diff)
Re-fix the ECHO_CMD typo.
Notes
Notes: svn path=/head/; revision=56199
Diffstat (limited to 'devel')
-rw-r--r--devel/sdl10/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/sdl10/Makefile b/devel/sdl10/Makefile
index aa627e2f6b82..e0d51881c259 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_CMD} [^M]*` | \
+ cd ${WRKSRC}/docs; ${TAR} cf - `${ECHO_CMD} [^M]*` | \
(cd ${PREFIX}/share/doc/SDL; ${TAR} --unlink -xf - )
.endif