Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 2000 21:50:37 +0800 (CST)
From:      Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21862: update port: chinese/telnet
Message-ID:  <200010091350.e99DobB45538@www.caece.net>

next in thread | raw e-mail | index | archive | help

>Number:         21862
>Category:       ports
>Synopsis:       update port: chinese/telnet
>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 07:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
>Environment:

FreeBSD bsd.caece.net 4.1-STABLE FreeBSD 4.1-STABLE #0: Mon Jul 31 00:29:46 CST 2000     root@bsd.caece.net:/usr/src/sys/compile/CAECE  i386

>Description:

fix the WRKDIR problem.

>How-To-Repeat:

http://bento.freebsd.org/errorlogs/4-full/zh-telnet-1.0.log

>Fix:

diff -ruN /usr/ports/chinese/telnet/Makefile telnet/Makefile
--- /usr/ports/chinese/telnet/Makefile	Thu Oct  5 12:00:44 2000
+++ telnet/Makefile	Mon Oct  9 13:13:10 2000
@@ -17,7 +17,7 @@
 
 do-extract:
 .if exists (${SRCDIR})
-	@${MKDIR} work
+	@${MKDIR} ${WRKDIR}
 	@${CP} -R ${SRCDIR} ${WRKSRC}
 .else
 BROKEN=	"You need to build this port with ${SRCDIR}"


>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?200010091350.e99DobB45538>