diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-07-10 18:10:09 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-07-10 18:10:09 +0800 |
commit | 74b68db7216f5c694e3ed242713bd7a4c96ff2f2 (patch) | |
tree | f3c9b0b198f0c35404d75c441aa49501bcedbae6 /Mk/Uses | |
parent | 290231f7a6a45c455c8f78723162fac727b50f28 (diff) | |
download | freebsd-ports-gnome-74b68db7216f5c694e3ed242713bd7a4c96ff2f2.tar.gz freebsd-ports-gnome-74b68db7216f5c694e3ed242713bd7a4c96ff2f2.tar.zst freebsd-ports-gnome-74b68db7216f5c694e3ed242713bd7a4c96ff2f2.zip |
Fix typo in variable name.
Diffstat (limited to 'Mk/Uses')
-rw-r--r-- | Mk/Uses/erlang.mk | 2 |
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}; \ |