Don't create DOCSDIR with -DNOPORTDOCS.

Prompted by:	QAT QA run
Approved by:	maintainer timeout on QATMail
This commit is contained in:
Ion-Mihai Tetcu 2009-04-06 20:08:15 +00:00
parent e9c7a03885
commit 3fe7e0cad5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231735

View file

@ -40,6 +40,10 @@ post-patch:
s|-Wall -O2|-Wall $$CXXFLAGS|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e \
'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:
.if !defined(NOPORTDOCS)