diff options
author | pooka <pooka@pkgsrc.org> | 2000-10-10 11:50:42 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2000-10-10 11:50:42 +0000 |
commit | 7fd99b30974f72d4f152e6cff8c7bf540138ebcd (patch) | |
tree | c96599e7f520fc4ede690e80bc188c1254b711df /archivers/xbin | |
parent | a91d1730e4a692bba02ef497e91879beb3a58f97 (diff) | |
download | pkgsrc-7fd99b30974f72d4f152e6cff8c7bf540138ebcd.tar.gz |
change name of loop variable to shut up pkglint
Diffstat (limited to 'archivers/xbin')
-rw-r--r-- | archivers/xbin/Makefile | 6 |
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: |