Don't create DOCSDIR with -DNOPORTDOCS.
Prompted by: QAT QA run Approved by: maintainer timeout on QATMail
This commit is contained in:
parent
e9c7a03885
commit
3fe7e0cad5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231735
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@ post-patch:
|
||||||
s|-Wall -O2|-Wall $$CXXFLAGS|g' ${WRKSRC}/configure
|
s|-Wall -O2|-Wall $$CXXFLAGS|g' ${WRKSRC}/configure
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e \
|
||||||
's|/icons|/pixmaps|g' ${WRKSRC}/pixmaps/Makefile.in
|
's|/icons|/pixmaps|g' ${WRKSRC}/pixmaps/Makefile.in
|
||||||
|
.ifdef NOPORTDOCS
|
||||||
|
@${REINPLACE_CMD} -e \
|
||||||
|
's|install-data-am:.*|install-data-am:|' ${WRKSRC}/doc/Makefile.in
|
||||||
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
|
|
Loading…
Reference in a new issue