diff options
author | max <max@FreeBSD.org> | 1997-12-27 19:35:58 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-12-27 19:35:58 +0000 |
commit | 9b7650ec57677df9a9743ebe48745e02019f973a (patch) | |
tree | 7debd6a3ea3057a9de558ccb503bd1c515e8aa31 /japanese | |
parent | f13cb5a10a0e719a20eaa8df7addf39e4ab6f790 (diff) | |
download | FreeBSD-ports-9b7650ec57677df9a9743ebe48745e02019f973a.zip FreeBSD-ports-9b7650ec57677df9a9743ebe48745e02019f973a.tar.gz |
Oops, this one was writing wrong location of tcsh into /etc/shells.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/tcsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/tcsh/Makefile b/japanese/tcsh/Makefile index ec00547..f34352a 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> |