summaryrefslogtreecommitdiff
path: root/devel/ncurses/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2003-02-15 00:36:40 +0000
committersalo <salo>2003-02-15 00:36:40 +0000
commitfb51b99a3010e82d45a9932cbe74524a20fcf787 (patch)
tree46f1ba7927ab4a77ec32eeccf51914fc1b64b492 /devel/ncurses/Makefile
parent023f42c93218f8ac5c1eb27a5eafc732b3d16b0f (diff)
downloadpkgsrc-fb51b99a3010e82d45a9932cbe74524a20fcf787.tar.gz
Use ${f} instead of ${file}. It keeps list of bogus pkglint warnings smaller
(the same for packages using ncurses).
Diffstat (limited to 'devel/ncurses/Makefile')
-rw-r--r--devel/ncurses/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile
index 7266f43357b..7ca226ebdf5 100644
--- a/devel/ncurses/Makefile
+++ b/devel/ncurses/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2003/01/21 11:05:16 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2003/02/15 00:36:40 salo Exp $
DISTNAME= ncurses-${NC_VERS}
NC_VERS= 5.3
@@ -47,11 +47,11 @@ CURSES_NO_MAN= clear.1 tput.1 tset.1
post-configure:
cd ${WRKSRC}/man; \
${RM} -f ${CURSES_NO_MAN}; \
- for file in *.1m; do \
- ${MV} -f $${file} `basename $${file} .1m`.1; \
+ for f in *.1m; do \
+ ${MV} -f $${f} `basename $${f} .1m`.1; \
done; \
- for file in *.3x; do \
- ${MV} -f $${file} `basename $${file} .3x`.3; \
+ for f in *.3x; do \
+ ${MV} -f $${f} `basename $${f} .3x`.3; \
done
.if (${OPSYS} == SunOS)
${MV} ${TERMINFO_SRC} ${TERMINFO_SRC}.old