From 76930193bf1698dc2132904ff05cff867d5ae9a1 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 11 Apr 2007 06:13:57 +0000 Subject: Fix some pkglint warnings. --- shells/tcsh/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'shells') 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 ] || \ -- cgit v1.2.3