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:
parent
250102e98e
commit
08a7b2bf3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123368
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user