summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authortron <tron>2001-01-25 08:45:46 +0000
committertron <tron>2001-01-25 08:45:46 +0000
commit3fd2669a8b6173ee4c550f9568927ca40e68286d (patch)
tree18b7fab807150d463252e1eb93ed1cfbf930dccf /pkgtools
parent66b87cd8103c9db20b9ede5d932c86152f2d5339 (diff)
downloadpkgsrc-3fd2669a8b6173ee4c550f9568927ca40e68286d.tar.gz
Use "FILE" instead of "file" as variable name to avoid a "pkglint" warning
here.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index 13b4dba5c33..c885876bb35 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2001/01/19 21:16:51 tron Exp $
+# $NetBSD: Makefile,v 1.75 2001/01/25 08:45:46 tron Exp $
#
DISTNAME= pkglint-2.34
@@ -31,18 +31,18 @@ NROFF= nroff -mandoc
.endif
do-build:
-.for file in pkglint lintpkgsrc plist-clash
+.for FILE in pkglint lintpkgsrc plist-clash
${SED} -e 's|@PREFIX@|${PREFIX}|g' \
-e 's|@PORTSDIR@|${PKGSRCDIR}|g' \
- < ${FILESDIR}/${file}.pl \
- > ${WRKSRC}/${file}
+ < ${FILESDIR}/${FILE}.pl \
+ > ${WRKSRC}/${FILE}
.endfor
-.for file in pkglint lintpkgsrc
+.for FILE in pkglint lintpkgsrc
${SED} -e 's|@PREFIX@|${PREFIX}|g' \
-e 's|@PORTSDIR@|${PKGSRCDIR}|g' \
- < ${FILESDIR}/${file}.1 \
- > ${WRKSRC}/${file}.1
- ${NROFF} ${WRKSRC}/${file}.1 >${WRKSRC}/${file}.0
+ < ${FILESDIR}/${FILE}.1 \
+ > ${WRKSRC}/${FILE}.1
+ ${NROFF} ${WRKSRC}/${FILE}.1 >${WRKSRC}/${FILE}.0
.endfor
do-install: