- Fix do-install
Reported by: Zahemszky Gabor <gabor__ at _zahemszky.hu> via email
This commit is contained in:
parent
f21bfdaf28
commit
93f3d6dcff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233261
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ SUB_FILES= pkg-message
|
|||
|
||||
do-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@cd ${WRKDIR}/fpc-${PORTVERSION} && \
|
||||
@cd ${WRKDIR}/share/doc/fpdocs-${PORTVERSION} && \
|
||||
${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \;
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue