summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-12-27 19:35:58 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-12-27 19:35:58 +0000
commit9bf85f5a349fa94d1ef47985bd43b82ed34f302e (patch)
tree01553dd4f7928c86a9938e12451acb179f627267 /japanese
parentActivate tcsh. (diff)
Oops, this one was writing wrong location of tcsh into /etc/shells.
Notes
Notes: svn path=/head/; revision=9210
Diffstat (limited to 'japanese')
-rw-r--r--japanese/tcsh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/tcsh/Makefile b/japanese/tcsh/Makefile
index ec00547f80e7..f34352aebe07 100644
--- a/japanese/tcsh/Makefile
+++ b/japanese/tcsh/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 November 1997
# Whom: issei <issei@t-cnet.or.jp>
#
-# $Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp $
+# $Id: Makefile,v 1.1.1.1 1997/12/27 19:04:12 max Exp $
#
DISTNAME= tcsh-6.07
@@ -42,6 +42,6 @@ post-install:
.endif
@${ECHO} "updating /etc/shells"
@${CP} /etc/shells /etc/shells.bak
- @(grep -v ${PREFIX}/tcsh /etc/shells.bak; ${ECHO} ${PREFIX}/tcsh) >/etc/shells
+ @(grep -v ${PREFIX}/bin/tcsh /etc/shells.bak; ${ECHO} ${PREFIX}/bin/tcsh) >/etc/shells
.include <bsd.port.mk>