summaryrefslogtreecommitdiff
path: root/shells/tcsh
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-04-11 06:13:57 +0000
committerwiz <wiz@pkgsrc.org>2007-04-11 06:13:57 +0000
commite9b6958d37c34803f6b1d7fa71ee6dcae5364dc4 (patch)
tree38bdd246052150fa4fa589e1bf6371f3890e531d /shells/tcsh
parent762a587cffb56ff8c214f82298090f27c6a74419 (diff)
downloadpkgsrc-e9b6958d37c34803f6b1d7fa71ee6dcae5364dc4.tar.gz
Fix some pkglint warnings.
Diffstat (limited to 'shells/tcsh')
-rw-r--r--shells/tcsh/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile
index 52d84768186..ac81f2f4513 100644
--- a/shells/tcsh/Makefile
+++ b/shells/tcsh/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.56 2007/04/10 00:49:32 christos Exp $
+# $NetBSD: Makefile,v 1.57 2007/04/11 06:13:57 wiz Exp $
#
DISTNAME= tcsh-6.15.00
CATEGORIES= shells
MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \
ftp://ftp.gw.com/pub/unix/tcsh/ \
- ftp://ftp.funet.fi/pub/unix/shells/tcsh/ \
+ ftp://ftp.funet.fi/pub/unix/shells/tcsh/
MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://www.tcsh.org/Welcome
@@ -31,8 +31,8 @@ PKG_SHELL?= bin/tcsh
post-install:
@${ECHO} "Installing message catalogues"
- @${CP} ${PKGDIR:Q}/PLIST ${PLIST_SRC:Q}
- @set -e; \
+ cp ${PKGDIR:Q}/PLIST ${PLIST_SRC:Q}
+ set -e; \
if [ -f ${WRKSRC:Q}/tcsh.C.cat ]; \
then \
[ -d ${PREFIX:Q}/${NLSDIR:Q}/C ] || \