From 9efc1482b475cb0426156e4a10b538350cffd366 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Mon, 19 Apr 2004 00:54:53 +0000 Subject: [PATCH] Use INSTALL_MAN and INSTALL_PROGRAM macros. Approved by: Michael Johnson (maintainer) PR: 65739 --- devel/ccache/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}