mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Fix docs installation.
Submitted by: Dan Nelson <dnelson@allantgroup.com>
This commit is contained in:
parent
a0f7fce7cc
commit
4cd2b1e06b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121712
@ -176,7 +176,8 @@ post-install:
|
||||
${FILESDIR}/mysql-server.sh > ${PREFIX}/etc/rc.d/mysql-server.sh
|
||||
@${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-server.sh
|
||||
.if !defined(NOPORTDOCS)
|
||||
.for doc in ${DOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for doc in ${PORTDOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/Docs/${doc} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user