Fix installation of docs
This commit is contained in:
parent
68ebd6bea3
commit
5eebd9643f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124781
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ post-install:
|
|||
${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/create.sql ${EXAMPLESDIR}
|
||||
.ifndef NOPORTDOCS
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for i in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||
.endfor
|
||||
|
|
Loading…
Reference in a new issue