summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorpooka <pooka>2000-10-10 11:50:42 +0000
committerpooka <pooka>2000-10-10 11:50:42 +0000
commit56617402e8f539b0fe9a4fc952b453e05059249b (patch)
treec96599e7f520fc4ede690e80bc188c1254b711df /archivers
parent4f76cc86a3e90c9f86115adc021c39559cfcdff3 (diff)
downloadpkgsrc-56617402e8f539b0fe9a4fc952b453e05059249b.tar.gz
change name of loop variable to shut up pkglint
Diffstat (limited to 'archivers')
-rw-r--r--archivers/xbin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/xbin/Makefile b/archivers/xbin/Makefile
index d6701a578a3..b9f9e42d7ff 100644
--- a/archivers/xbin/Makefile
+++ b/archivers/xbin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/10/10 11:49:59 pooka Exp $
+# $NetBSD: Makefile,v 1.3 2000/10/10 11:50:42 pooka Exp $
#
DISTNAME= ${PRGNAME}unix
@@ -14,8 +14,8 @@ PRGNAME= xbin
EXTRACT_ONLY= # blank
post-extract:
-.for file in ${DISTFILES}
- ${CP} ${DISTDIR}/${file} ${WRKSRC}
+.for dfile in ${DISTFILES}
+ ${CP} ${DISTDIR}/${dfile} ${WRKSRC}
.endfor
do-build: