Fix silly typo introduced during ${ECHO} --> ${ECHO_CMD} conversion.

Submitted by:	bento
This commit is contained in:
Maxim Sobolev 2002-03-15 09:23:53 +00:00
parent f305f49948
commit 06eb842463
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56141

View File

@ -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