mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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
1aab5b857a
commit
fe01bed61e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343961
1 changed files with 0 additions and 3 deletions
|
@ -19,10 +19,7 @@ OPTIONS_DEFINE= DOCS
|
|||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue