aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chinese/telnet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/telnet/Makefile b/chinese/telnet/Makefile
index 880920719187..6d5ac54d3775 100644
--- a/chinese/telnet/Makefile
+++ b/chinese/telnet/Makefile
@@ -17,7 +17,7 @@ SRCDIR= /usr/src/usr.bin/telnet
do-extract:
.if exists (${SRCDIR})
- @${MKDIR} work
+ @${MKDIR} ${WRKDIR}
@${CP} -R ${SRCDIR} ${WRKSRC}
.else
BROKEN= "You need to build this port with ${SRCDIR}"