aboutsummaryrefslogtreecommitdiff
path: root/devel/libsigc++20/Makefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-02-20 22:19:26 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-02-20 22:19:26 +0000
commit5e662d148937197d8e77dd529e0da352d16207d4 (patch)
tree997e8d0344a25432bfa7f19628b4cee9aabc9e4f /devel/libsigc++20/Makefile
parent294703ad4eca56469a3d595fc6f59d11651a0f98 (diff)
downloadports-5e662d148937197d8e77dd529e0da352d16207d4.tar.gz
ports-5e662d148937197d8e77dd529e0da352d16207d4.zip
Notes
Diffstat (limited to 'devel/libsigc++20/Makefile')
-rw-r--r--devel/libsigc++20/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile
index d02972c06b59..26f99a25a0d6 100644
--- a/devel/libsigc++20/Makefile
+++ b/devel/libsigc++20/Makefile
@@ -31,5 +31,10 @@ PLIST_SUB= VERSION="2.0" API_VERSION="2.0"
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>