diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-16 09:09:03 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-16 09:09:03 +0000 |
commit | 788c5ba704d9d4be1f29a66c9a166844207b2b6b (patch) | |
tree | bb391513de3448f3ad166b07232b51fb5506c43c /devel | |
parent | 71773299792ebe52a0621061269a8cdbf7d93232 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/sdl10/Makefile | 2 |
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 |