Oops, this one was writing wrong location of tcsh into /etc/shells.
This commit is contained in:
parent
dcb69d3767
commit
9bf85f5a34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9210
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Date created: 29 November 1997
|
# Date created: 29 November 1997
|
||||||
# Whom: issei <issei@t-cnet.or.jp>
|
# 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
|
DISTNAME= tcsh-6.07
|
||||||
|
@ -42,6 +42,6 @@ post-install:
|
||||||
.endif
|
.endif
|
||||||
@${ECHO} "updating /etc/shells"
|
@${ECHO} "updating /etc/shells"
|
||||||
@${CP} /etc/shells /etc/shells.bak
|
@${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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Reference in a new issue