1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix plist with -DNOPORT*.

Prompted by:	QAT QA run
Approved by:	maintainer timeout on QATMail
This commit is contained in:
Ion-Mihai Tetcu 2009-04-07 23:07:10 +00:00
parent f1614de129
commit acd270e4fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231837

View File

@ -45,4 +45,12 @@ CONFIGURE_ARGS+= --with-odbc=${LOCALBASE}
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= INSTALL progref
.ifdef NOPORTDOCS
post-patch:
${REINPLACE_CMD} '/install-data-am:/s/install-data-local//' \
${WRKSRC}/doc/Makefile.in
${REINPLACE_CMD} '/install-data-am:/s/install-data-local//' \
${WRKSRC}/doc/progref/Makefile.in
.endif
.include <bsd.port.mk>