From 0e4b46698f4eb8c03e9f03ef1eb034729e71943f Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 10 Nov 2008 09:45:43 +0000 Subject: Changes 6.16.0: * Bug fixes --- shells/tcsh/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'shells/tcsh/Makefile') 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;\ -- cgit v1.2.3