mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
Fix install after latest commit.
Reported by: Zahemszky Gábor
This commit is contained in:
parent
18e348ce01
commit
1c7cd4a711
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198282
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@ PORTDOCS= README-DNH.TXT UserGuide
|
|||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/
|
||||
.for i in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue