mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
This commit is contained in:
parent
8337eab8b9
commit
d2e7caca70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343958
@ -25,10 +25,7 @@ do-install:
|
||||
.for f in ${PORTNAME} un${PORTNAME}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
|
||||
.endfor
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user