aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-03-16 17:09:03 +0800
committerknu <knu@FreeBSD.org>2002-03-16 17:09:03 +0800
commit374b996f17fea0c756c303c0b316d3feeed94aca (patch)
tree68a955850c8379b005717bd8f77c4f3e39fad56f /devel
parenta27570aee80bec9ca1877135ba15a48a3485a598 (diff)
downloadfreebsd-ports-gnome-374b996f17fea0c756c303c0b316d3feeed94aca.tar.gz
freebsd-ports-gnome-374b996f17fea0c756c303c0b316d3feeed94aca.tar.zst
freebsd-ports-gnome-374b996f17fea0c756c303c0b316d3feeed94aca.zip
Re-fix the ECHO_CMD typo.
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