diff options
author | agc <agc> | 1998-09-09 12:10:12 +0000 |
---|---|---|
committer | agc <agc> | 1998-09-09 12:10:12 +0000 |
commit | 01d7899f9d794acf71ac76c104ae408f1d79ce7a (patch) | |
tree | 9d408f97f02bbed81fb4f706462ef9d38a0316ae /shells/tcsh/Makefile | |
parent | 52ab483d02c81a5a8015057f374f55a32600c867 (diff) | |
download | pkgsrc-01d7899f9d794acf71ac76c104ae408f1d79ce7a.tar.gz |
It's not necessary to ${MKDIR} ${PREFIX}/share/nls/el_GR.ISO_8859-7, since
that will be done by mtree, using NetBSD.pkg.dist.
Diffstat (limited to 'shells/tcsh/Makefile')
-rw-r--r-- | shells/tcsh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 53b84dda308..f2654245399 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/09/09 11:47:18 agc Exp $ +# $NetBSD: Makefile,v 1.13 1998/09/09 12:10:12 agc Exp $ # FreeBSD Id: Makefile,v 1.17 1996/12/17 05:18:09 asami Exp # @@ -26,7 +26,6 @@ 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 - ${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 |