mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -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)
|
.if !defined(NOPORTDOCS)
|
||||||
post-install:
|
post-install:
|
||||||
${MKDIR} ${DOCSDIR}
|
${MKDIR} ${DOCSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/
|
.for i in ${PORTDOCS}
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}/
|
||||||
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue