aboutsummaryrefslogtreecommitdiff
path: root/devel/sdl10
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 10:16:28 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 10:16:28 +0000
commit32c83edfbcce207c560685385be28ffc02faad2c (patch)
tree8b9a9aef75ca0c44c811a5951f9fc90aec5e4c56 /devel/sdl10
parent9095f32cab001d2e1030d84207be8bb8e14f6ef0 (diff)
downloadports-32c83edfbcce207c560685385be28ffc02faad2c.tar.gz
ports-32c83edfbcce207c560685385be28ffc02faad2c.zip
Notes
Diffstat (limited to 'devel/sdl10')
-rw-r--r--devel/sdl10/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/sdl10/Makefile b/devel/sdl10/Makefile
index 308ed4c1bafd..cb6933dd24f4 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 - `${ECHO} [^M]*` | \
+ cd ${WRKSRC}/docs; ${TAR} cf - `${ECH_CMDO} [^M]*` | \
(cd ${PREFIX}/share/doc/SDL; ${TAR} --unlink -xf - )
.endif