From 7fd99b30974f72d4f152e6cff8c7bf540138ebcd Mon Sep 17 00:00:00 2001 From: pooka Date: Tue, 10 Oct 2000 11:50:42 +0000 Subject: change name of loop variable to shut up pkglint --- archivers/xbin/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'archivers') 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: -- cgit v1.2.3