summaryrefslogtreecommitdiff
path: root/chinese/telnet
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 23:20:54 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 23:20:54 +0000
commit62a369e45b03d196b336b2b1a0bef3d2c1f5b155 (patch)
tree1fe073ba8db27c6e189942bbbcc927dfd55492fd /chinese/telnet
parentAdd PortoSeguro, Felipe Bergo's dock. (diff)
"${MKDIR} work" -> "${MKDIR} ${WRKDIR}"
Submitted by: bento
Notes
Notes: svn path=/head/; revision=33592
Diffstat (limited to 'chinese/telnet')
-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}"