Fix silly typo introduced during ${ECHO} --> ${ECHO_CMD} conversion.
Submitted by: bento
This commit is contained in:
parent
f305f49948
commit
06eb842463
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56141
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user