pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/cplay plglint says: .for variable names should n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9a21dd1e3a0
branches:  trunk
changeset: 509017:b9a21dd1e3a0
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Thu Mar 02 10:01:43 2006 +0000

description:
plglint says: .for variable names should not contain uppercase letters.

diffstat:

 audio/cplay/Makefile |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r 99b98f5c0dfd -r b9a21dd1e3a0 audio/cplay/Makefile
--- a/audio/cplay/Makefile      Thu Mar 02 08:41:58 2006 +0000
+++ b/audio/cplay/Makefile      Thu Mar 02 10:01:43 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/02/05 23:08:06 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2006/03/02 10:01:43 ghen Exp $
 
 DISTNAME=              cplay-1.49
 PKGREVISION=           2
@@ -26,8 +26,8 @@
 
 do-build:
        cd ${WRKSRC} && ${MAKE_PROGRAM} cplayrc
-.for M in ${PKGLOCALES}
-       msgfmt -o ${WRKSRC}/po/${M}.mo ${WRKSRC}/po/${M}.po
+.for m in ${PKGLOCALES}
+       msgfmt -o ${WRKSRC}/po/${m}.mo ${WRKSRC}/po/${m}.po
 .endfor
 
 do-install:
@@ -35,9 +35,9 @@
        ${INSTALL_MAN} ${WRKSRC}/cplay.1 ${PREFIX}/man/man1/
        ${INSTALL_DATA_DIR} ${EGDIR}
        ${INSTALL_DATA} ${WRKSRC}/cplayrc ${EGDIR}
-.for L in ${PKGLOCALES}
-       ${INSTALL_DATA_DIR} ${PREFIX}/${PKGLOCALEDIR}/locale/${L}/LC_MESSAGES
-       ${INSTALL_DATA} ${WRKSRC}/po/${L}.mo ${PREFIX}/${PKGLOCALEDIR}/locale/${L}/LC_MESSAGES/cplay.mo
+.for l in ${PKGLOCALES}
+       ${INSTALL_DATA_DIR} ${PREFIX}/${PKGLOCALEDIR}/locale/${l}/LC_MESSAGES
+       ${INSTALL_DATA} ${WRKSRC}/po/${l}.mo ${PREFIX}/${PKGLOCALEDIR}/locale/${l}/LC_MESSAGES/cplay.mo
 .endfor
 
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index