mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00: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
@ -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…
Reference in New Issue
Block a user