diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index 5d39fbbd7d45..a4360b1cd2e6 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -21,7 +21,9 @@ PLIST_FILES= bin/ccache PORTDOCS= index.html \ ccache-man.html -post-install: +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ccache ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS}