aboutsummaryrefslogtreecommitdiff
path: root/net/crescendo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/crescendo/Makefile')
-rw-r--r--net/crescendo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/crescendo/Makefile b/net/crescendo/Makefile
index 953c051c6624..9159b43eec34 100644
--- a/net/crescendo/Makefile
+++ b/net/crescendo/Makefile
@@ -41,9 +41,9 @@ pre-patch:
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
-.for file in AUTHORS ChangeLog HACKING INSTALL NEWS \
+.for i in AUTHORS ChangeLog HACKING INSTALL NEWS \
README README.BINARY TODO
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
.endfor
.endif