summaryrefslogtreecommitdiff
path: root/archivers/xbin
diff options
context:
space:
mode:
authorpooka <pooka>2000-10-10 11:50:42 +0000
committerpooka <pooka>2000-10-10 11:50:42 +0000
commitbee90d9f3da6146f0d0aee845c52a324e147af80 (patch)
treec96599e7f520fc4ede690e80bc188c1254b711df /archivers/xbin
parent5ee97470297ff007c166a0996cac84a7652d15c6 (diff)
downloadpkgsrc-bee90d9f3da6146f0d0aee845c52a324e147af80.tar.gz
change name of loop variable to shut up pkglint
Diffstat (limited to 'archivers/xbin')
-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: