1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Don't use PKGMESSAGE or install HOWTO if WITHOUT_COMPILER_LINKS is defined

Submitted by:	Skip Ford
This commit is contained in:
Michael Johnson 2004-12-07 08:17:39 +00:00
parent 250102e98e
commit 08a7b2bf3f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123368

View File

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