Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2000 21:34:17 +0900
From:      Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
To:        cpiazza@FreeBSD.org
Cc:        freebsd-ports@FreeBSD.org
Subject:   shells/tcsh is broken
Message-ID:  <20000411213417W.takamune@vrl.mei.co.jp>
In-Reply-To: <200004091834.LAA44739@freefall.freebsd.org>
References:  <200004091834.LAA44739@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

shells/tcsh is broken(can't cd to ${WRKSRC}).

  o The distfile is `tcsh-6.09.tar.gz'.
  o WRKSRC is ${WRKDIR}/tcsh-6.09.00 (caused by distfile).
  o PKGNAME was `tcsh-6.09.00' before your commit.

and I've just give it a try as follows.
---
With best regards.			Kazu TAKAMUNE
					takamune@avrl.mei.co.jp


Index: ports/shells/tcsh/Makefile
===================================================================
RCS file: /home/ncvs/ports/shells/tcsh/Makefile,v
retrieving revision 1.27
diff -u -r1.27 Makefile
--- ports/shells/tcsh/Makefile	2000/04/09 18:34:05	1.27
+++ ports/shells/tcsh/Makefile	2000/04/11 07:18:22
@@ -6,7 +6,8 @@
 #
 
 PORTNAME=	tcsh
-PORTVERSION= 	6.09
+PORTVERSION= 	6.09.00
+DISTNAME=	tcsh-6.09
 CATEGORIES=	shells
 MASTER_SITES=   ftp://ftp.astron.com/pub/tcsh/
 


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?20000411213417W.takamune>