Fix package building.
Reported by: pointyhat via kris Pointyhat to: novel
This commit is contained in:
parent
c68a3fdcc7
commit
cea904a960
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134059
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ post-install:
|
|||
@${MKDIR} ${DOCSDIR}
|
||||
@${MKDIR} ${DOCSDIR}/html
|
||||
.for i in ${PORTDOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/${i}
|
||||
@${INSTALL_DATA} ${WRKSRC}/html/${i} ${DOCSDIR}/${i}
|
||||
.endfor
|
||||
@${ECHO_MSG} "===> Extra Documentation installed in ${DOCSDIR}/html ."
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue