summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-01-31 12:19:33 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-01-31 12:19:33 +0000
commit64da33495c293781353d25d08cee0ac9fa493f39 (patch)
treef8d6af72fa2486427aa3423a8ebd4c7193e8af93 /net
parentmagic.h wasn't able to determine LITTLE_ENDIAN xor BIG_ENDIAN for amd64. (diff)
- make portlint happier
Notes
Notes: svn path=/head/; revision=99599
Diffstat (limited to 'net')
-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