pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mailgraph Replaced $i with ${i} to fix the pkglin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26f54bc5a8fa
branches:  trunk
changeset: 501556:26f54bc5a8fa
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 23 21:43:58 2005 +0000

description:
Replaced $i with ${i} to fix the pkglint warnings.

diffstat:

 mail/mailgraph/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fcf50670be6b -r 26f54bc5a8fa mail/mailgraph/Makefile
--- a/mail/mailgraph/Makefile   Sun Oct 23 21:43:10 2005 +0000
+++ b/mail/mailgraph/Makefile   Sun Oct 23 21:43:58 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/07/16 01:19:13 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2005/10/23 21:43:58 rillig Exp $
 #
 
 DISTNAME=      mailgraph-1.10
@@ -56,7 +56,7 @@
        ${INSTALL_SCRIPT} \
            ${WRKSRC}/mailgraph.pl ${PREFIX}/sbin/mailgraph
 .for i in CHANGES COPYING README
-       ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/${DOCDIR}/$i
+       ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/${DOCDIR}/${i}
 .endfor
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index