Date: Tue, 10 Oct 2000 09:36:37 +0800 (CST) From: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/21881: update port: chinese/telnet (by MAINTAINER) Message-ID: <200010100136.e9A1ab982661@www.caece.net>
next in thread | raw e-mail | index | archive | help
>Number: 21881 >Category: ports >Synopsis: update port: chinese/telnet (by MAINTAINER) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 09 18:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.1-STABLE i386 >Organization: >Environment: FreeBSD utopia.leeym.yi.org 4.1.1-STABLE FreeBSD 4.1.1-STABLE #3: Mon Oct 9 10:02:34 CST 2000 root@utopia.leeym.yi.org:/usr/src/sys/compile/UTOPIA i386 >Description: put do-install section in Makefile. ports/21862 is fixed by asami, please close it. >How-To-Repeat: http://bento.FreeBSD.org/errorlogs/errorlogs/e.4.20001008/zh-telnet-1.0.log >Fix: diff -ruN /usr/ports/chinese/telnet/Makefile telnet/Makefile --- /usr/ports/chinese/telnet/Makefile Tue Oct 10 03:17:09 2000 +++ telnet/Makefile Tue Oct 10 09:20:09 2000 @@ -25,4 +25,8 @@ MAN1= telnet.1 +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/telnet ${PREFIX}/bin/telnet + ${INSTALL_MAN} ${WRKSRC}/telnet.1 ${MANPREFIX}/man/man1/telnet.1 + .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010100136.e9A1ab982661>