diff options
author | wiz <wiz> | 2007-04-11 06:13:57 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-04-11 06:13:57 +0000 |
commit | 76930193bf1698dc2132904ff05cff867d5ae9a1 (patch) | |
tree | 38bdd246052150fa4fa589e1bf6371f3890e531d /shells/tcsh | |
parent | 1959fb05f8d9aa511eea58445d5b03fed585364c (diff) | |
download | pkgsrc-76930193bf1698dc2132904ff05cff867d5ae9a1.tar.gz |
Fix some pkglint warnings.
Diffstat (limited to 'shells/tcsh')
-rw-r--r-- | shells/tcsh/Makefile | 8 |
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 ] || \ |