1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

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-)
This commit is contained in:
Foxfair Hu 2000-10-10 02:45:07 +00:00
parent 4f3702a57a
commit 46457e2f3f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33639

View File

@ -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 <bsd.port.mk>