aboutsummaryrefslogtreecommitdiff
path: root/devel/ccache
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-12-07 08:17:39 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-12-07 08:17:39 +0000
commit08a7b2bf3f79fec2dc4b4809c31a1b17836b7685 (patch)
treece23f6e3fc39a897ad6ea0b453f844b22e8ef3d6 /devel/ccache
parent250102e98ec42328b9f36ecfeb8d6a659bfa0620 (diff)
downloadports-08a7b2bf3f79fec2dc4b4809c31a1b17836b7685.tar.gz
ports-08a7b2bf3f79fec2dc4b4809c31a1b17836b7685.zip
- Don't use PKGMESSAGE or install HOWTO if WITHOUT_COMPILER_LINKS is defined
Submitted by: Skip Ford
Notes
Notes: svn path=/head/; revision=123368
Diffstat (limited to 'devel/ccache')
-rw-r--r--devel/ccache/Makefile4
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>