diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-09-27 15:42:59 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-09-27 15:42:59 +0000 |
commit | 43e00ada5c7c51bf3eaa821550ca2567f470e0ed (patch) | |
tree | 78d06d49e9402f9ddf5ffe3b8801d45479f22a7d /devel/ccache | |
parent | 774dea03ff4828f25f9b914191b35808059eaedb (diff) |
Notes
Diffstat (limited to 'devel/ccache')
-rw-r--r-- | devel/ccache/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index b3da16bcbdf1..0f305186fd1d 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -79,7 +79,7 @@ do-install: .endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/manual.html ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/MANUAL.html ${DOCSDIR} .if !defined(WITHOUT_COMPILER_LINKS) ${INSTALL_DATA} ${WRKDIR}/${HOWTO} ${DOCSDIR} .endif |