diff options
Diffstat (limited to 'net/crescendo/Makefile')
-rw-r--r-- | net/crescendo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/crescendo/Makefile b/net/crescendo/Makefile index c30383fd4c46..953c051c6624 100644 --- a/net/crescendo/Makefile +++ b/net/crescendo/Makefile @@ -41,7 +41,7 @@ pre-patch: post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} -.for file in AUTHORS COPYING ChangeLog HACKING INSTALL NEWS \ +.for file in AUTHORS ChangeLog HACKING INSTALL NEWS \ README README.BINARY TODO ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}/ .endfor |