diff options
author | Koop Mast <kwm@FreeBSD.org> | 2009-09-14 14:40:04 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2009-09-14 14:40:04 +0000 |
commit | 3e3f4256efabe779b59b2a91319815535faa2991 (patch) | |
tree | 429cc908adb94122c3819d920914de8698a56fdd /devel/libsigc++20 | |
parent | 6d03398b2fea4f93280fc4d3e702969fec85c1a0 (diff) | |
download | ports-3e3f4256efabe779b59b2a91319815535faa2991.tar.gz ports-3e3f4256efabe779b59b2a91319815535faa2991.zip |
Notes
Diffstat (limited to 'devel/libsigc++20')
-rw-r--r-- | devel/libsigc++20/Makefile | 9 |
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> |