pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/shells/tcsh Fix some pkglint warnings.
details: https://anonhg.NetBSD.org/pkgsrc/rev/aedf55874301
branches: trunk
changeset: 527602:aedf55874301
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Apr 11 06:13:57 2007 +0000
description:
Fix some pkglint warnings.
diffstat:
shells/tcsh/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 638c43a76c97 -r aedf55874301 shells/tcsh/Makefile
--- a/shells/tcsh/Makefile Wed Apr 11 06:12:27 2007 +0000
+++ b/shells/tcsh/Makefile Wed Apr 11 06:13:57 2007 +0000
@@ -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@localhost
HOMEPAGE= http://www.tcsh.org/Welcome
@@ -31,8 +31,8 @@
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 ] || \
Home |
Main Index |
Thread Index |
Old Index