summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authoragc <agc>1998-09-09 11:47:18 +0000
committeragc <agc>1998-09-09 11:47:18 +0000
commit254c610287e0b569f2211e036b7abe0c55b2f1ae (patch)
treed010c7515f4eebfd292c266d4a78a8ce98c76512 /shells
parent0ae30e1d2350ebdceb54ea27639e68844657d30a (diff)
downloadpkgsrc-254c610287e0b569f2211e036b7abe0c55b2f1ae.tar.gz
*** empty log message ***
Diffstat (limited to 'shells')
-rw-r--r--shells/tcsh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile
index ae7efceba6a..53b84dda308 100644
--- a/shells/tcsh/Makefile
+++ b/shells/tcsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1998/08/04 20:19:51 tv Exp $
+# $NetBSD: Makefile,v 1.12 1998/09/09 11:47:18 agc Exp $
# FreeBSD Id: Makefile,v 1.17 1996/12/17 05:18:09 asami Exp
#
@@ -26,7 +26,7 @@ post-install:
cd ${WRKSRC}; ${INSTALL_DATA} tcsh.german.cat ${PREFIX}/share/nls/de_DE.ISO_8859-1/tcsh.cat
ln -f ${PREFIX}/share/nls/de_DE.ISO_8859-1/tcsh.cat ${PREFIX}/share/nls/de_AT.ISO_8859-1/tcsh.cat
ln -f ${PREFIX}/share/nls/de_DE.ISO_8859-1/tcsh.cat ${PREFIX}/share/nls/de_CH.ISO_8859-1/tcsh.cat
- ${INSTALL_DATA_DIR} ${PREFIX}/share/nls/el_GR.ISO_8859-7
+ ${MKDIR} ${PREFIX}/share/nls/el_GR.ISO_8859-7
cd ${WRKSRC}; ${INSTALL_DATA} tcsh.greek.cat ${PREFIX}/share/nls/el_GR.ISO_8859-7/tcsh.cat
${ECHO} "updating /etc/shells"; ${CP} /etc/shells /etc/shells.bak; (grep -v ${PREFIX}/bin/tcsh /etc/shells.bak; ${ECHO} ${PREFIX}/bin/tcsh) >/etc/shells