diff options
author | adam <adam@pkgsrc.org> | 2008-11-10 09:45:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-11-10 09:45:43 +0000 |
commit | 0e4b46698f4eb8c03e9f03ef1eb034729e71943f (patch) | |
tree | 12b3cef7e8927363483bf5f4e3d69573e6143746 /shells/tcsh/Makefile | |
parent | 08f224b8887bf36cbcf42e6f7fc8b6968ed2e8df (diff) | |
download | pkgsrc-0e4b46698f4eb8c03e9f03ef1eb034729e71943f.tar.gz |
Changes 6.16.0:
* Bug fixes
Diffstat (limited to 'shells/tcsh/Makefile')
-rw-r--r-- | shells/tcsh/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 24f376a8e56..386f0ed1c4a 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2008/06/23 21:09:43 markd Exp $ -# +# $NetBSD: Makefile,v 1.65 2008/11/10 09:45:43 adam Exp $ -DISTNAME= tcsh-6.15.00 -PKGREVISION= 2 +DISTNAME= tcsh-6.16.00 CATEGORIES= shells MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \ ftp://ftp.gw.com/pub/unix/tcsh/ \ @@ -35,9 +33,9 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 post-install: @${ECHO} "Installing message catalogues" - cp ${PKGDIR:Q}/PLIST ${PLIST_SRC:Q} + cp ${PKGDIR}/PLIST ${PLIST_SRC} set -e; \ - if [ -f ${WRKSRC:Q}/tcsh.C.cat ]; \ + if [ -f ${WRKSRC}/tcsh.C.cat ]; \ then \ [ -d ${DESTDIR}${PREFIX:Q}/${NLSDIR:Q}/C ] || \ ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX:Q}/${NLSDIR:Q}/C;\ |