diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-12-07 08:17:39 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-12-07 08:17:39 +0000 |
commit | 08a7b2bf3f79fec2dc4b4809c31a1b17836b7685 (patch) | |
tree | ce23f6e3fc39a897ad6ea0b453f844b22e8ef3d6 /devel | |
parent | 250102e98ec42328b9f36ecfeb8d6a659bfa0620 (diff) | |
download | ports-08a7b2bf3f79fec2dc4b4809c31a1b17836b7685.tar.gz ports-08a7b2bf3f79fec2dc4b4809c31a1b17836b7685.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ccache/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index f8d6ca090fc7..e87e1337db44 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -83,8 +83,12 @@ do-install: .for i in ${PORTDOCS:S/${HOWTO}//} ${INSTALL_DATA} ${WRKSRC}/web/${i} ${DOCSDIR} .endfor +.if !defined(WITHOUT_COMPILER_LINKS) ${INSTALL_DATA} ${WRKDIR}/${HOWTO} ${DOCSDIR} .endif +.endif +.if !defined(WITHOUT_COMPILER_LINKS) @${CAT} ${PKGMESSAGE} +.endif .include <bsd.port.post.mk> |