Fix typo in variable name.

This commit is contained in:
Jimmy Olgeni 2015-07-10 10:10:09 +00:00
parent 3a9df444c5
commit 25ed36a940
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391696

2
Mk/Uses/erlang.mk vendored
View File

@ -128,7 +128,7 @@ do-install-erlang:
.if ${ERL_DOCS} != ""
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${ERL_DOCS}
if [ -d "${WKSRC}/${file}" ]; then \
if [ -d "${WRKSRC}/${file}" ]; then \
cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${DOCSDIR}; \
else \
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}; \