summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--biology/genesplicer/Makefile6
-rw-r--r--biology/glimmer/Makefile10
-rw-r--r--biology/xylem/Makefile6
-rw-r--r--converters/doc2html/Makefile8
-rw-r--r--editors/xcoral/Makefile6
-rw-r--r--editors/xemacs-packages/Makefile16
-rw-r--r--fonts/intlfonts/Makefile6
-rw-r--r--lang/openjdk7/Makefile12
-rw-r--r--net/gofish/Makefile6
-rw-r--r--net/openslp/Makefile6
-rw-r--r--pkgtools/pkgdepgraph/Makefile14
-rw-r--r--print/ja-vflib-lib/Makefile10
-rw-r--r--security/PAM/Makefile6
-rw-r--r--security/fragroute/Makefile6
-rw-r--r--security/gpg2dot/Makefile14
-rw-r--r--time/asclock/Makefile14
-rw-r--r--time/devtodo/Makefile6
-rw-r--r--wm/ethemes/Makefile12
-rw-r--r--wm/wmthemes/Makefile34
-rw-r--r--www/adzap/Makefile16
-rw-r--r--www/ap-ssl/Makefile6
21 files changed, 110 insertions, 110 deletions
diff --git a/biology/genesplicer/Makefile b/biology/genesplicer/Makefile
index 53c1f335cea..7b5e9ff731b 100644
--- a/biology/genesplicer/Makefile
+++ b/biology/genesplicer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2012/09/11 20:32:12 asau Exp $
+# $NetBSD: Makefile,v 1.13 2013/04/06 13:24:18 rodent Exp $
#
DISTNAME= GeneSplicer
@@ -24,8 +24,8 @@ INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sources/genesplicer ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA_DIR} ${DESTDIR}${EXDIR}
-.for DOC in readme fasta.example fasta.results
- ${INSTALL_DATA} ${WRKSRC}/sources/${DOC} ${DESTDIR}${EXDIR}
+.for doc in readme fasta.example fasta.results
+ ${INSTALL_DATA} ${WRKSRC}/sources/${doc} ${DESTDIR}${EXDIR}
.endfor
cd ${WRKSRC} && pax -rw ${EXAMPLES} ${DESTDIR}${EXDIR}
diff --git a/biology/glimmer/Makefile b/biology/glimmer/Makefile
index 903dbf559c3..a755f0cdb75 100644
--- a/biology/glimmer/Makefile
+++ b/biology/glimmer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2012/09/16 17:20:17 cheusov Exp $
+# $NetBSD: Makefile,v 1.13 2013/04/06 13:24:18 rodent Exp $
#
DISTNAME= glimmer213
@@ -19,16 +19,16 @@ WRKSRC= ${WRKDIR}/glimmer2.13
INSTALLATION_DIRS= bin
do-install:
-.for PROGRAM in adjust anomaly build-icm check codon-usage compare-lists \
+.for program in adjust anomaly build-icm check codon-usage compare-lists \
generate get-len get-putative glimmer2 long-orfs
- ${INSTALL_PROGRAM} ${WRKSRC}/${PROGRAM} ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${program} ${DESTDIR}${PREFIX}/bin
.endfor
# ``extract'' is also in the csound package, so rename to avoid conflict
${INSTALL_PROGRAM} ${WRKSRC}/extract ${DESTDIR}${PREFIX}/bin/glextract
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/glimmer
${CP} ${WRKSRC}/README ${WRKSRC}/run-glimmer2.readme
-.for DOC in run-glimmer2.readme build-icm.readme extract.readme glimmer2.readme long-orfs.readme
- ${INSTALL_DATA} ${WRKSRC}/${DOC} ${DESTDIR}${PREFIX}/share/doc/glimmer
+.for doc in run-glimmer2.readme build-icm.readme extract.readme glimmer2.readme long-orfs.readme
+ ${INSTALL_DATA} ${WRKSRC}/${doc} ${DESTDIR}${PREFIX}/share/doc/glimmer
.endfor
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/glimmer
${INSTALL_SCRIPT} ${WRKSRC}/run-glimmer2 ${DESTDIR}${PREFIX}/share/glimmer
diff --git a/biology/xylem/Makefile b/biology/xylem/Makefile
index 223bb00ab88..4ba7c051637 100644
--- a/biology/xylem/Makefile
+++ b/biology/xylem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/09/11 20:32:14 asau Exp $
+# $NetBSD: Makefile,v 1.11 2013/04/06 13:24:18 rodent Exp $
#
DISTNAME= xylem.1.8.7
@@ -27,9 +27,9 @@ post-build:
${MV} ${WRKSRC}/src.c/shuffle ${WRKSRC}/src.c/xyl-shuffle
do-install:
-.for PROGRAM in dbstat getloc getob xyl-identify prot2nuc reform ribosome \
+.for program in dbstat getloc getob xyl-identify prot2nuc reform ribosome \
splitdb xyl-shuffle flat2phyl phyl2flat
- ${INSTALL_PROGRAM} ${WRKSRC}/src.c/${PROGRAM} ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/src.c/${program} ${DESTDIR}${PREFIX}/bin
.endfor
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/xylem
${INSTALL_DATA} ${WRKSRC}/doc/* ${DESTDIR}${PREFIX}/share/doc/xylem/
diff --git a/converters/doc2html/Makefile b/converters/doc2html/Makefile
index 9a03761800f..a00a481312f 100644
--- a/converters/doc2html/Makefile
+++ b/converters/doc2html/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2012/10/03 21:54:07 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2013/04/06 13:24:18 rodent Exp $
#
DISTNAME= doc2html
@@ -21,12 +21,12 @@ USE_TOOLS+= gs:run perl:run
INSTALLATION_DIRS= bin
do-build:
-.for CVTR in doc2html pdf2html
+.for cvtr in doc2html pdf2html
${SED} -e "s%@@LOCALBASE@@%${LOCALBASE}%g" \
-e "s%/usr/bin/perl%${PERL5}%g" \
-e "s%/bin/sed%${SED}%g" \
- -e "s%@@X11BASE@@%${X11BASE}%g" < ${WRKSRC}/${CVTR}.pl \
- > ${WRKSRC}/${CVTR}
+ -e "s%@@X11BASE@@%${X11BASE}%g" < ${WRKSRC}/${cvtr}.pl \
+ > ${WRKSRC}/${cvtr}
.endfor
do-install:
diff --git a/editors/xcoral/Makefile b/editors/xcoral/Makefile
index 1aec621c830..5928981de08 100644
--- a/editors/xcoral/Makefile
+++ b/editors/xcoral/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2012/10/03 11:43:47 asau Exp $
+# $NetBSD: Makefile,v 1.19 2013/04/06 13:24:18 rodent Exp $
DISTNAME= xcoral-3.2
PKGREVISION= 1
@@ -25,8 +25,8 @@ INSTALLATION_DIRS= bin lib/xcoral share/doc/xcoral/HTML/icons
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xcoral ${DESTDIR}${PREFIX}/bin
-.for FILE in ${LIBFILES}
- ${INSTALL_DATA} ${WRKSRC}/SmacLib/${FILE} ${DESTDIR}${PREFIX}/lib/xcoral
+.for file in ${LIBFILES}
+ ${INSTALL_DATA} ${WRKSRC}/SmacLib/${file} ${DESTDIR}${PREFIX}/lib/xcoral
.endfor
${CP} -r ${WRKSRC}/Doc/* ${DESTDIR}${PREFIX}/share/doc/xcoral
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile
index 18d6374e1d1..790c3c7e750 100644
--- a/editors/xemacs-packages/Makefile
+++ b/editors/xemacs-packages/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2012/10/03 21:56:00 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2013/04/06 13:24:19 rodent Exp $
DISTNAME= xemacs-packages
PKGNAME= xemacs-packages-1.16
@@ -212,10 +212,10 @@ xemacs-update-package: xemacs-fetch-package-list xemacs-merge-package-list
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/lib/xemacs/xemacs-packages
-.for DISTFILE in ${DISTFILES}
- @${ECHO_MSG} -n "Extracting ${DISTFILE} ... "
+.for distfile in ${DISTFILES}
+ @${ECHO_MSG} -n "Extracting ${distfile} ... "
${GTAR} xCzf ${DESTDIR}${PREFIX}/lib/xemacs/xemacs-packages \
- ${DISTDIR}/${DIST_SUBDIR}/${DISTFILE}
+ ${DISTDIR}/${DIST_SUBDIR}/${distfile}
@${ECHO_MSG} "done"
.endfor
@${ECHO_MSG} -n "Fixing file ownerships ... "
@@ -225,11 +225,11 @@ do-install:
@${ECHO_MSG} -n "Fixing file permissions ... "
${CHMOD} -R g-w,o-w ${DESTDIR}${PREFIX}/lib/xemacs/xemacs-packages
@${ECHO_MSG} "done"
-.for PROG in ${REPLACEMENT_PROGS}
- @${ECHO_MSG} "Fixing ${PROG} paths"
- for f in ${REPLACEMENTS.${PROG}}; do \
+.for prog in ${REPLACEMENT_PROGS}
+ @${ECHO_MSG} "Fixing ${prog} paths"
+ for f in ${REPLACEMENTS.${prog}}; do \
cp ${DESTDIR}$$f ${DESTDIR}$$f.pre; \
- ${SED} -e 's|#!.*${PROG}|${PREFIX}/bin/${PROG}|' \
+ ${SED} -e 's|#!.*${prog}|${PREFIX}/bin/${prog}|' \
${DESTDIR}$$f.pre > ${DESTDIR}$$f; \
rm ${DESTDIR}$$f.pre; \
done
diff --git a/fonts/intlfonts/Makefile b/fonts/intlfonts/Makefile
index 1058f329573..e73b4e9bd84 100644
--- a/fonts/intlfonts/Makefile
+++ b/fonts/intlfonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2013/04/06 13:01:26 rodent Exp $
+# $NetBSD: Makefile,v 1.32 2013/04/06 13:24:19 rodent Exp $
DISTNAME= intlfonts-1.2.1
PKGREVISION= 5
@@ -65,8 +65,8 @@ PLIST_SRC= PLIST PLIST.extrafonts
.endif
post-extract:
-.for FILE in ${MISC_FILES}
- ${CP} ${_DISTDIR}/${FILE} ${WRKSRC}
+.for file in ${MISC_FILES}
+ ${CP} ${_DISTDIR}/${file} ${WRKSRC}
.endfor
.include "../../mk/bsd.pkg.mk"
diff --git a/lang/openjdk7/Makefile b/lang/openjdk7/Makefile
index 23724cb6db0..9d9b2ac32b5 100644
--- a/lang/openjdk7/Makefile
+++ b/lang/openjdk7/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2013/04/06 11:39:26 rodent Exp $
+# $NetBSD: Makefile,v 1.45 2013/04/06 13:24:19 rodent Exp $
DISTNAME= openjdk-7-fcs-src-b147-27_jun_2011
PKGNAME= openjdk7-1.7.0.147.20110811
@@ -128,11 +128,11 @@ post-extract:
printf '#!/bin/sh\nexec %s/bootstrap/bin/java-real -mx256m "$$@"\n' \
${WRKDIR} > ${WRKDIR}/bootstrap/bin/java
chmod a+x ${WRKDIR}/bootstrap/bin/java
-.for T in idlj jar javac javah javap native2ascii rmic
- mv ${WRKDIR}/bootstrap/bin/${T} ${WRKDIR}/bootstrap/bin/${T}-real
- printf '#!/bin/sh\n\nexec %s/bootstrap/bin/${T}-real -J-mx256m "$$@"\n' \
- ${WRKDIR} > ${WRKDIR}/bootstrap/bin/${T}
- chmod a+x ${WRKDIR}/bootstrap/bin/${T}
+.for t in idlj jar javac javah javap native2ascii rmic
+ mv ${WRKDIR}/bootstrap/bin/${t} ${WRKDIR}/bootstrap/bin/${t}-real
+ printf '#!/bin/sh\n\nexec %s/bootstrap/bin/${t}-real -J-mx256m "$$@"\n' \
+ ${WRKDIR} > ${WRKDIR}/bootstrap/bin/${t}
+ chmod a+x ${WRKDIR}/bootstrap/bin/${t}
.endfor
do-build: ${WRKDIR}/stage3-done
diff --git a/net/gofish/Makefile b/net/gofish/Makefile
index fad59138848..b00bfd3685b 100644
--- a/net/gofish/Makefile
+++ b/net/gofish/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2012/10/23 17:18:24 asau Exp $
+# $NetBSD: Makefile,v 1.15 2013/04/06 13:24:19 rodent Exp $
DISTNAME= gofish-1.2
CATEGORIES= net
@@ -31,8 +31,8 @@ RCD_SCRIPTS= gopherd
OWN_DIRS_PERMS= ${RUNTIMEDIR} ${GOPHER_USER} ${GOPHER_GROUP} 0750
-.for FILE in gofish.conf gofish-www.conf
-CONF_FILES+= ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE}
+.for file in gofish.conf gofish-www.conf
+CONF_FILES+= ${EGDIR}/${file} ${PKG_SYSCONFDIR}/${file}
.endfor
FILES_SUBST+= RUNTIMEDIR=${RUNTIMEDIR:Q}
diff --git a/net/openslp/Makefile b/net/openslp/Makefile
index ba0441b1a2a..a10bf0ec6d2 100644
--- a/net/openslp/Makefile
+++ b/net/openslp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2013/02/14 16:51:32 drochner Exp $
+# $NetBSD: Makefile,v 1.42 2013/04/06 13:24:19 rodent Exp $
DISTNAME= openslp-1.2.1
PKGREVISION= 6
@@ -25,8 +25,8 @@ EGDIR= ${PREFIX}/share/examples/${PKGBASE}
CONFS= slp.conf slp.reg slp.spi
CONF_FILES= # empty
-.for FILE in ${CONFS}
-CONF_FILES+= ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE}
+.for file in ${CONFS}
+CONF_FILES+= ${EGDIR}/${file} ${PKG_SYSCONFDIR}/${file}
.endfor
RCD_SCRIPTS= slpd
diff --git a/pkgtools/pkgdepgraph/Makefile b/pkgtools/pkgdepgraph/Makefile
index 37d9c6ec303..8acd5ba8372 100644
--- a/pkgtools/pkgdepgraph/Makefile
+++ b/pkgtools/pkgdepgraph/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2012/10/03 21:57:15 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2013/04/06 13:24:19 rodent Exp $
#
DISTNAME= pkgdepgraph-2.8
@@ -31,19 +31,19 @@ do-extract:
${CP} ${FILESDIR}/pkgdepgraph.0 ${WRKSRC}/pkgdepgraph.0.in
do-build:
-.for FILE in pkgdepgraph
+.for file in pkgdepgraph
${SED} -e 's|@PREFIX@|${PREFIX}|g' \
-e 's|@PKG_DBDIR@|${PKG_DBDIR}|g' \
-e 's|@PKGSRCDIR@|${PKGSRCDIR}|g' \
-e 's|@DISTVER@|${DISTVER}|g' \
- < ${WRKSRC}/${FILE}.pl \
- > ${WRKSRC}/${FILE}
+ < ${WRKSRC}/${file}.pl \
+ > ${WRKSRC}/${file}
.endfor
-.for FILE in pkgdepgraph.1 pkgdepgraph.0
+.for file in pkgdepgraph.1 pkgdepgraph.0
${SED} -e 's|@PKG_DBDIR@|${PKG_DBDIR}|g' \
-e 's|@PKGSRCDIR@|${PKGSRCDIR}|g' \
- < ${WRKSRC}/${FILE}.in \
- > ${WRKSRC}/${FILE}
+ < ${WRKSRC}/${file}.in \
+ > ${WRKSRC}/${file}
.endfor
.if ${OPSYS} == "SunOS" || ${OPSYS} == "AIX"
# the pre-generated man-pages are 'mandoc'; these OS need 'man'
diff --git a/print/ja-vflib-lib/Makefile b/print/ja-vflib-lib/Makefile
index f6f6a6f2078..0cf7026433e 100644
--- a/print/ja-vflib-lib/Makefile
+++ b/print/ja-vflib-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2011/05/28 09:07:38 obache Exp $
+# $NetBSD: Makefile,v 1.12 2013/04/06 13:24:19 rodent Exp $
.include "Makefile.common"
@@ -13,12 +13,12 @@ INSTALL_TARGET= install-src
USE_TOOLS+= pax
post-build:
-.for FILE in vfontcap vfontcap.bdf
+.for file in vfontcap vfontcap.bdf
cd ${WRKSRC}; \
- ${MV} ${FILE} ${FILE}.orig; \
+ ${MV} ${file} ${file}.orig; \
${SED} -e "s|/usr/local/share/fonts|${PREFIX}/share/fonts|g" \
- ${FILE}.orig > ${FILE}; \
- ${RM} ${FILE}.orig
+ ${file}.orig > ${file}; \
+ ${RM} ${file}.orig
.endfor
post-install:
diff --git a/security/PAM/Makefile b/security/PAM/Makefile
index 0e980ed41a5..0a9bdb4ebfd 100644
--- a/security/PAM/Makefile
+++ b/security/PAM/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2012/10/23 18:16:20 asau Exp $
+# $NetBSD: Makefile,v 1.49 2013/04/06 13:24:19 rodent Exp $
DISTNAME= Linux-PAM-0.77
PKGNAME= ${DISTNAME:S/Linux-//}
@@ -80,8 +80,8 @@ PLIST.limits= yes
.endif
CONF_FILES= ${EGDIR}/pam.conf ${PKG_SYSCONFBASEDIR}/pam.conf
-.for FILE in ${CFILES}
-CONF_FILES+= ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE}
+.for file in ${CFILES}
+CONF_FILES+= ${EGDIR}/${file} ${PKG_SYSCONFDIR}/${file}
.endfor
SPECIAL_PERMS= ${PREFIX}/sbin/unix_chkpwd ${SETUID_ROOT_PERMS}
diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile
index 51ed5798357..b5eebf42714 100644
--- a/security/fragroute/Makefile
+++ b/security/fragroute/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2013/02/06 23:23:36 jperkin Exp $
+# $NetBSD: Makefile,v 1.24 2013/04/06 13:24:20 rodent Exp $
DISTNAME= fragroute-1.2
PKGREVISION= 14
@@ -21,8 +21,8 @@ SCRIPTS= README.snort base-1 frag-1 frag-2 frag-3 frag-4 frag-5 \
INSTALLATION_DIRS+= share/fragroute
pre-install:
-.for FILE in ${SCRIPTS}
- ${INSTALL_DATA} ${WRKSRC}/scripts/${FILE} ${DESTDIR}${PREFIX}/share/fragroute
+.for file in ${SCRIPTS}
+ ${INSTALL_DATA} ${WRKSRC}/scripts/${file} ${DESTDIR}${PREFIX}/share/fragroute
.endfor
.include "../../net/libpcap/buildlink3.mk"
diff --git a/security/gpg2dot/Makefile b/security/gpg2dot/Makefile
index 4165c463803..3d5cb501cf1 100644
--- a/security/gpg2dot/Makefile
+++ b/security/gpg2dot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/10/23 18:16:29 asau Exp $
+# $NetBSD: Makefile,v 1.16 2013/04/06 13:24:20 rodent Exp $
#
DISTNAME= gpg2dot-1.5
@@ -26,16 +26,16 @@ do-extract:
# ${CP} ${FILESDIR}/gpg2dot.1 ${WRKSRC}/gpg2dot.1.in
do-build:
-.for FILE in gpg2dot
+.for file in gpg2dot
${SED} -e 's|@PREFIX@|${PREFIX}|g' \
-e 's|@DISTVER@|${DISTVER}|g' \
- < ${WRKSRC}/${FILE}.pl \
- > ${WRKSRC}/${FILE}
+ < ${WRKSRC}/${file}.pl \
+ > ${WRKSRC}/${file}
.endfor
-#.for FILE in gpg2dot
+#.for file in gpg2dot
# ${SED} -e '' \
-# < ${WRKSRC}/${FILE}.1.in \
-# > ${WRKSRC}/${FILE}.1
+# < ${WRKSRC}/${file}.1.in \
+# > ${WRKSRC}/${file}.1
#.endfor
do-install:
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"
diff --git a/wm/ethemes/Makefile b/wm/ethemes/Makefile
index b82285427e7..f66ce91ead4 100644
--- a/wm/ethemes/Makefile
+++ b/wm/ethemes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2012/10/08 12:42:19 asau Exp $
+# $NetBSD: Makefile,v 1.21 2013/04/06 13:24:20 rodent Exp $
DISTNAME= ethemes-0.1
PKGREVISION= 3
@@ -38,14 +38,14 @@ E_THEMES?= Absolute_E-DR16-199911060830.etheme \
eMac-DR16-199912101635.etheme small-e-DR16-199908230041.etheme
do-install:
-.for FILE in ${E_THEMES}
- NAME=`echo ${FILE} | ${SED} -e s/-DR16.*//` ; \
+.for file in ${E_THEMES}
+ NAME=`echo ${file} | ${SED} -e s/-DR16.*//` ; \
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/${E_DATADIR}/$$NAME ; \
${GTAR} -C ${DESTDIR}${PREFIX}/${E_DATADIR}/$$NAME \
- -xzf ${DISTDIR}/${DIST_SUBDIR}/${FILE}
+ -xzf ${DISTDIR}/${DIST_SUBDIR}/${file}
.endfor
-.for DIR in Absolute_E ApplePlatinum FinalE
- cd ${DESTDIR}${PREFIX}/${E_DATADIR}/${DIR} \
+.for dir in Absolute_E ApplePlatinum FinalE
+ cd ${DESTDIR}${PREFIX}/${E_DATADIR}/${dir} \
&& ${CHMOD} go+rx `${FIND} . -type d -print` \
&& ${CHMOD} go+r `${FIND} . -type f -print`
.endfor
diff --git a/wm/wmthemes/Makefile b/wm/wmthemes/Makefile
index 3581fe08a7c..80733e1df9e 100644
--- a/wm/wmthemes/Makefile
+++ b/wm/wmthemes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2012/10/08 12:42:25 asau Exp $
+# $NetBSD: Makefile,v 1.30 2013/04/06 13:24:20 rodent Exp $
#
# There is no distinfo file because users can specify alternate themes
@@ -41,26 +41,26 @@ SITES.${theme}.tar.gz= http://download.freshmeat.net/themes/${theme:C/-[^-]*$//}
do-install:
@${RM} -f ${PLIST_SRC}
@${TOUCH} ${PLIST_SRC}
-.for DIR in ${THEME_SUBDIRS}
- @if [ -d ${WRKSRC}/${DIR} ] && [ -n "`ls ${WRKSRC}/${DIR}`" ]; then \
- ${ECHO} "Installing files in directory ${DIR}."; \
- cd ${WRKSRC}/${DIR}; \
- for FILE in *; do \
- ${MKDIR} ${DESTDIR}${PREFIX}/${WM_DATADIR}/${DIR}; \
- ${INSTALL_DATA} "$$FILE" ${DESTDIR}${PREFIX}/${WM_DATADIR}/${DIR}; \
- ${ECHO} "${WM_DATADIR}/${DIR}/$$FILE" >>${PLIST_SRC}; \
+.for dir in ${THEME_SUBDIRS}
+ @if [ -d ${WRKSRC}/${dir} ] && [ -n "`ls ${WRKSRC}/${dir}`" ]; then \
+ ${ECHO} "Installing files in directory ${dir}."; \
+ cd ${WRKSRC}/${dir}; \
+ for file in *; do \
+ ${MKDIR} ${DESTDIR}${PREFIX}/${WM_DATADIR}/${dir}; \
+ ${INSTALL_DATA} "$$file" ${DESTDIR}${PREFIX}/${WM_DATADIR}/${dir}; \
+ ${ECHO} "${WM_DATADIR}/${dir}/$$file" >>${PLIST_SRC}; \
done; \
fi
.endfor
@cd ${WRKSRC}; \
- for DIR in *.themed; do \
- if [ -d "$$DIR" ] && [ -n "`${LS} "$$DIR"`" ]; then \
- ${ECHO} "Installing \"`${BASENAME} "$$DIR" .themed`\" theme."; \
- ${INSTALL_DATA_DIR} "${DESTDIR}${PREFIX}/${WM_DATADIR}/Themes/$$DIR"; \
- cd "${WRKSRC}/$$DIR"; \
- for FILE in *; do \
- ${INSTALL_DATA} "$$FILE" "${DESTDIR}${PREFIX}/${WM_DATADIR}/Themes/$$DIR"; \
- ${ECHO} "${WM_DATADIR}/Themes/$$DIR/$$FILE" >>${PLIST_SRC}; \
+ for dir in *.themed; do \
+ if [ -d "$$dir" ] && [ -n "`${LS} "$$dir"`" ]; then \
+ ${ECHO} "Installing \"`${BASENAME} "$$dir" .themed`\" theme."; \
+ ${INSTALL_DATA_DIR} "${DESTDIR}${PREFIX}/${WM_DATADIR}/Themes/$$dir"; \
+ cd "${WRKSRC}/$$dir"; \
+ for file in *; do \
+ ${INSTALL_DATA} "$$file" "${DESTDIR}${PREFIX}/${WM_DATADIR}/Themes/$$dir"; \
+ ${ECHO} "${WM_DATADIR}/Themes/$$dir/$$file" >>${PLIST_SRC}; \
done; \
cd ..; \
fi; \
diff --git a/www/adzap/Makefile b/www/adzap/Makefile
index e5b45a88891..0d2d993469e 100644
--- a/www/adzap/Makefile
+++ b/www/adzap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2012/10/28 06:30:01 asau Exp $
+# $NetBSD: Makefile,v 1.66 2013/04/06 13:24:20 rodent Exp $
#
DISTNAME= adzap-20080508
@@ -21,17 +21,17 @@ CHECK_PORTABILITY_SKIP= scripts/update-zapper.damien
INSTALLATION_DIRS= libexec share/examples/adzap
do-configure:
-.for FILE in scripts/squid_redirect scripts/wrapzap
- ${CP} ${WRKSRC}/${FILE} ${WRKSRC}/${FILE}.ORIG
+.for file in scripts/squid_redirect scripts/wrapzap
+ ${CP} ${WRKSRC}/${file} ${WRKSRC}/${file}.ORIG
${SED} -e "s:/usr/bin/perl:${PERL5}:g" \
-e "s:@@PREFIX@@:${PREFIX}:g" \
- <${WRKSRC}/${FILE}.ORIG >${WRKSRC}/${FILE}
+ <${WRKSRC}/${file}.ORIG >${WRKSRC}/${file}
.endfor
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/scripts/squid_redirect ${DESTDIR}${PREFIX}/libexec
${INSTALL_SCRIPT} ${WRKSRC}/scripts/wrapzap ${DESTDIR}${PREFIX}/libexec/adzap
-.for FILE in ad-clear.gif ad-clear.mp3 ad-clear.swf \
+.for file in ad-clear.gif ad-clear.mp3 ad-clear.swf \
ad-grey.gif ad-old.gif \
ad.gif ad.mp3 ad.swf \
adbg-clear.gif adbg.gif \
@@ -44,10 +44,10 @@ do-install:
no-op.html no-op.js \
webbug-clear.gif webbug-clear.html webbug-clear.js \
webbug.gif webbug.html webbug.js
- ${INSTALL_DATA} ${WRKSRC}/zaps/${FILE} ${DESTDIR}${PREFIX}/share/examples/adzap
+ ${INSTALL_DATA} ${WRKSRC}/zaps/${file} ${DESTDIR}${PREFIX}/share/examples/adzap
.endfor
-.for FILE in proxy-home.pac proxy-zip.pac
- ${INSTALL_DATA} ${WRKSRC}/rc/${FILE} ${DESTDIR}${PREFIX}/share/examples/adzap
+.for file in proxy-home.pac proxy-zip.pac
+ ${INSTALL_DATA} ${WRKSRC}/rc/${file} ${DESTDIR}${PREFIX}/share/examples/adzap
.endfor
${INSTALL_DATA} ${WRKSRC}/scripts/adzap.conf \
${DESTDIR}${PREFIX}/share/examples/adzap
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile
index 0a1f92b14e0..bbbb0ff41e3 100644
--- a/www/ap-ssl/Makefile
+++ b/www/ap-ssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2013/02/06 23:23:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.114 2013/04/06 13:24:21 rodent Exp $
DISTNAME= mod_ssl-2.8.31-1.3.41
PKGNAME= ap13-ssl-2.8.31
@@ -45,8 +45,8 @@ CONFS= ssl.crl/Makefile.crl ssl.crl/README.CRL \
ssl.crt/Makefile.crt ssl.crt/README.CRT \
ssl.csr/README.CSR ssl.csr/README.CSR \
ssl.key/README.KEY ssl.prm/README.PRM
-.for FILE in ${CONFS}
-CONF_FILES+= ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE}
+.for file in ${CONFS}
+CONF_FILES+= ${EGDIR}/${file} ${PKG_SYSCONFDIR}/${file}
.endfor
.include "../../security/openssl/buildlink3.mk"