From 46457e2f3f82c2514b243a6a4064c2b3be6443c1 Mon Sep 17 00:00:00 2001 From: Foxfair Hu Date: Tue, 10 Oct 2000 02:45:07 +0000 Subject: Quick fix this port after new ports world built, change the program name (after make) to zh-telnet, so as its man page. Pointed out by: Asami.(-PW-) --- chinese/telnet/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'chinese') diff --git a/chinese/telnet/Makefile b/chinese/telnet/Makefile index 6d5ac54d3775..556956027c99 100644 --- a/chinese/telnet/Makefile +++ b/chinese/telnet/Makefile @@ -23,6 +23,12 @@ do-extract: BROKEN= "You need to build this port with ${SRCDIR}" .endif -MAN1= telnet.1 +MAN1= zh-telnet.1 + +do-install: + @cd ${WRKSRC}; \ + ${CP} telnet.1 ${MAN1}; \ + ${INSTALL_PROGRAM} ${WRKSRC}/telnet ${PREFIX}/bin/zh-telnet; \ + ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 .include -- cgit v1.2.3