summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-07-10 10:10:09 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-07-10 10:10:09 +0000
commit25ed36a9409386d170e61e5f82a71b13ac521cb5 (patch)
treef3c9b0b198f0c35404d75c441aa49501bcedbae6 /Mk
parent3a9df444c59e81492d99035c53db3fac8cf1af3f (diff)
downloadfreebsd-ports-25ed36a9409386d170e61e5f82a71b13ac521cb5.zip
Fix typo in variable name.
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/erlang.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/erlang.mk b/Mk/Uses/erlang.mk
index ee3fa4e1fac9..52494008a8dd 100644
--- a/Mk/Uses/erlang.mk
+++ b/Mk/Uses/erlang.mk
@@ -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}; \