Use INSTALL_MAN and INSTALL_PROGRAM macros.

Approved by:	Michael Johnson (maintainer)
PR:		65739
This commit is contained in:
Trevor Johnson 2004-04-19 00:54:53 +00:00
parent 442ce675b5
commit 9efc1482b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107502

View file

@ -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}