diff options
Diffstat (limited to 'shells/tcsh/Makefile')
-rw-r--r-- | shells/tcsh/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index b436ad3f638..7a794c510f3 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2002/03/22 11:13:41 uebayasi Exp $ +# $NetBSD: Makefile,v 1.33 2002/07/24 17:51:32 kim Exp $ # -DISTNAME= tcsh-6.11 -PKGNAME= tcsh-6.11.00 +DISTNAME= tcsh-6.12.00 CATEGORIES= shells MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \ ftp://ftp.gw.com/pub/unix/tcsh/ \ @@ -28,7 +27,6 @@ OS_VERSION!= ${ECHO} ${OS_VERSION} | ${SED} -e 's|5\.|2.|' LOWER_OPSYS= solaris${OS_VERSION} .endif -# XXX broken: pl:ISO_8859-2:pl:PL post-install: @${ECHO} "Installing message catalogues" @${INSTALL_DATA} ${WRKSRC}/tcsh.C.cat ${PREFIX}/${NLSDIR}/C/tcsh.cat @@ -42,6 +40,7 @@ post-install: greek:ISO_8859-7:el:GR \ italian:ISO_8859-1:it:CH:IT \ ja:EUC:ja:JP \ + pl:ISO_8859-2:pl:PL \ russian:KOI8-R:ru:RU:SU \ spanish:ISO_8859-1:es:ES \ ukrainian:KOI8-U:uk:UA \ @@ -57,7 +56,6 @@ post-install: o=; \ while [ $$# -gt 0 ]; do \ d=${NLSDIR}/$${c}_$$1.$${s}; \ - ${INSTALL_DATA_DIR} ${PREFIX}/$$d; \ if [ -z "$$o" ]; then \ o="$$d"; \ ${INSTALL_DATA} ${WRKSRC}/tcsh.$${l}.cat \ |