diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-01-31 12:19:33 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-01-31 12:19:33 +0000 |
commit | 64da33495c293781353d25d08cee0ac9fa493f39 (patch) | |
tree | f8d6af72fa2486427aa3423a8ebd4c7193e8af93 /net/crescendo | |
parent | edf4887b7bef0e808f2c146ed76f35e5ebec4a7e (diff) | |
download | ports-64da33495c293781353d25d08cee0ac9fa493f39.tar.gz ports-64da33495c293781353d25d08cee0ac9fa493f39.zip |
- make portlint happier
Notes
Notes:
svn path=/head/; revision=99599
Diffstat (limited to 'net/crescendo')
-rw-r--r-- | net/crescendo/Makefile | 4 |
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 |