mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Properly handle NOPORTDOCS
Pointy hat: me Noticed by: pav
This commit is contained in:
parent
267fccba10
commit
765ab7b244
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228759
@ -35,8 +35,8 @@ MAN6= fc-solve-board_gen.6 \
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for DOCFILE in PORTDOCS
|
||||
${INSTALL_DATA} ${WRKSRC}/${DOCFILE}
|
||||
.for DOCFILE in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${DOCFILE} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user