summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-06 13:24:18 +0000
committerrodent <rodent@pkgsrc.org>2013-04-06 13:24:18 +0000
commitf565a1af87ccaccae3cfc89af55ee17f3d8ff47b (patch)
tree7e09ae380f09209fdebcf2ee8170c971a410c319 /time
parent45ba4e37fd8e682cf12febc192ee0302681bfa77 (diff)
downloadpkgsrc-f565a1af87ccaccae3cfc89af55ee17f3d8ff47b.tar.gz
".for variable names should not contain uppercase letters"
Diffstat (limited to 'time')
-rw-r--r--time/asclock/Makefile14
-rw-r--r--time/devtodo/Makefile6
2 files changed, 10 insertions, 10 deletions
diff --git a/time/asclock/Makefile b/time/asclock/Makefile
index 5cf54206135..ebccd52ecbc 100644
--- a/time/asclock/Makefile
+++ b/time/asclock/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2012/10/23 10:24:11 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2013/04/06 13:24:20 rodent Exp $
DISTNAME= asclock-classic-1.0
PKGNAME= asclock-1.0
@@ -57,12 +57,12 @@ do-install:
${CAT} ${PKGDIR}/PLIST > ${PLIST_SRC}
${INSTALL_MAN_DIR} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_MAN} ${WRKSRC}/asclock.man ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/asclock.1
-.for LANGUAGE in ${LANGUAGES}
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/asclock-classic/${LANGUAGE}
- cd ${WRKSRC}/${LANGUAGE}; ${INSTALL_DATA} month.xpm weekday.xpm \
- ${DESTDIR}${PREFIX}/share/asclock-classic/${LANGUAGE}
- @${ECHO} share/asclock-classic/${LANGUAGE}/month.xpm >> ${PLIST_SRC}
- @${ECHO} share/asclock-classic/${LANGUAGE}/weekday.xpm >> ${PLIST_SRC}
+.for language in ${LANGUAGES}
+ ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/asclock-classic/${language}
+ cd ${WRKSRC}/${language}; ${INSTALL_DATA} month.xpm weekday.xpm \
+ ${DESTDIR}${PREFIX}/share/asclock-classic/${language}
+ @${ECHO} share/asclock-classic/${language}/month.xpm >> ${PLIST_SRC}
+ @${ECHO} share/asclock-classic/${language}/weekday.xpm >> ${PLIST_SRC}
.endfor
.include "../../x11/libXext/buildlink3.mk"
diff --git a/time/devtodo/Makefile b/time/devtodo/Makefile
index fd844262fee..82f27b5c8cc 100644
--- a/time/devtodo/Makefile
+++ b/time/devtodo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2012/10/08 13:04:17 asau Exp $
+# $NetBSD: Makefile,v 1.31 2013/04/06 13:24:20 rodent Exp $
DISTNAME= devtodo-0.1.20
PKGREVISION= 3
@@ -18,7 +18,7 @@ EGDIR= ${PREFIX}/share/examples/devtodo
INSTALL_MAKE_FLAGS+= sysconfdir=${EGDIR}
post-install:
-.for CFILE in changelog2html \
+.for cfile in changelog2html \
changelog2todo \
tdrec \
todo-nodone-html.xslt \
@@ -27,7 +27,7 @@ post-install:
todo2pdf.README \
todo2pdf.sh \
todo2pdf.xslt
- ${INSTALL_DATA} ${WRKSRC}/contrib/${CFILE} ${DESTDIR}${EGDIR}
+ ${INSTALL_DATA} ${WRKSRC}/contrib/${cfile} ${DESTDIR}${EGDIR}
.endfor
.include "../../devel/readline/buildlink3.mk"