aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2009-09-14 14:40:04 +0000
committerKoop Mast <kwm@FreeBSD.org>2009-09-14 14:40:04 +0000
commit3e3f4256efabe779b59b2a91319815535faa2991 (patch)
tree429cc908adb94122c3819d920914de8698a56fdd
parent6d03398b2fea4f93280fc4d3e702969fec85c1a0 (diff)
downloadports-3e3f4256efabe779b59b2a91319815535faa2991.tar.gz
ports-3e3f4256efabe779b59b2a91319815535faa2991.zip
Notes
-rw-r--r--devel/libsigc++20/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile
index b7ba0b9cc337..fa5b31d4f4eb 100644
--- a/devel/libsigc++20/Makefile
+++ b/devel/libsigc++20/Makefile
@@ -27,13 +27,12 @@ GNU_CONFIGURE= yes
PLIST_SUB= VERSION="2.0" API_VERSION="2.0"
+.if defined(NOPORTDOCS)
+CONFIGURE_ARGS+=--enable-documentation=no
+.endif
+
post-patch:
@${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||; \
/^SUBDIRS =/s|examples||" ${WRKSRC}/Makefile.in
-.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e "/^install-data-am:/s/install-libsigc_docDATA//; \
- s/^\(SUBDIRS =\).*/\1/" \
- ${WRKSRC}/docs/Makefile.in
-.endif
.include <bsd.port.mk>