IGNORE with -DNOPORTDOCS
Prompted by: QA Tindy run
This commit is contained in:
parent
ceca86b890
commit
be52a77dd9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215977
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ NO_BUILD= yes
|
|||
|
||||
PORTDOCS= *
|
||||
|
||||
.ifdef(NOPORTDOCS)
|
||||
IGNORE= installs only documentation and you have NOPORTDOCS defined
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${DOCSDIR}/html/libref
|
||||
cd ${WRKDIR}/htmlman/libref && ${INSTALL_DATA} * ${DOCSDIR}/html/libref
|
||||
|
|
Loading…
Reference in a new issue