diff options
| author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-02-20 22:19:26 +0000 |
|---|---|---|
| committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-02-20 22:19:26 +0000 |
| commit | 5e662d148937197d8e77dd529e0da352d16207d4 (patch) | |
| tree | 997e8d0344a25432bfa7f19628b4cee9aabc9e4f | |
| parent | - Update to 1.15.3. (diff) | |
Respect NOPORTDOCS.
PR: ports/109180
Submitted by: rafan
Notes
Notes:
svn path=/head/; revision=185581
| -rw-r--r-- | devel/libsigc++20/Makefile | 5 |
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> |
