summaryrefslogtreecommitdiff
path: root/chinese/telnet/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-10-03 14:31:31 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-10-03 14:31:31 +0000
commita112753e47e2a14dd5c5d0b13b8e526c849b76c1 (patch)
tree0d44416612afe83a1d30fed37ad1b28955902ef6 /chinese/telnet/Makefile
parentUpdate 2.4 -> 3.0 (diff)
- Update ports to work more smoothly
- Change maintainer PR: 21721 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=33364
Diffstat (limited to 'chinese/telnet/Makefile')
-rw-r--r--chinese/telnet/Makefile19
1 files changed, 15 insertions, 4 deletions
diff --git a/chinese/telnet/Makefile b/chinese/telnet/Makefile
index 3ced2153c814..8291e047d308 100644
--- a/chinese/telnet/Makefile
+++ b/chinese/telnet/Makefile
@@ -8,10 +8,21 @@
PORTNAME= telnet
PORTVERSION= 1.0
CATEGORIES= chinese
-MASTER_SITES= ftp://bsd.sinica.edu.tw/pub/FreeBSD/taiwan/users/woju/source/
-DISTNAME= telnet8-${PORTVERSION}
-EXTRACT_SUFX= .tgz
+MASTER_SITES= # none
+DISTFILES= # none
-MAINTAINER= woju@freebsd.ntu.edu.tw
+MAINTAINER= leeym@caece.net
+
+SRCDIR= /usr/src/usr.bin/telnet
+
+do-extract:
+.if exists (${SRCDIR})
+ @${MKDIR} work
+ @${CP} -R ${SRCDIR} ${WRKSRC}
+.else
+BROKEN= "You need to build this port with ${SRCDIR}"
+.endif
+
+MAN1= telnet.1
.include <bsd.port.mk>