aboutsummaryrefslogtreecommitdiff
path: root/databases/libodbc++
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-07 23:07:10 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-07 23:07:10 +0000
commitacd270e4fad3963b7312bd8c91c139079e5dd8a7 (patch)
tree84a9505c425f3d14e9dba9ec0df849f40fa508ad /databases/libodbc++
parentf1614de12917f0b79c63b820f29e85477915dd01 (diff)
downloadports-acd270e4fad3963b7312bd8c91c139079e5dd8a7.tar.gz
ports-acd270e4fad3963b7312bd8c91c139079e5dd8a7.zip
Fix plist with -DNOPORT*.
Prompted by: QAT QA run Approved by: maintainer timeout on QATMail
Notes
Notes: svn path=/head/; revision=231837
Diffstat (limited to 'databases/libodbc++')
-rw-r--r--databases/libodbc++/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/libodbc++/Makefile b/databases/libodbc++/Makefile
index 4e8c49014671..d4a81aeb7161 100644
--- a/databases/libodbc++/Makefile
+++ b/databases/libodbc++/Makefile
@@ -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>