diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-11-01 19:39:47 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-11-01 19:39:47 +0000 |
commit | e8e8efe70107e4f3a200e9cb507ff88f0edc7685 (patch) | |
tree | 4a1ac099c4371e471d26b089e1e0947156e6a559 /graphics/cairomm | |
parent | 4a2e06e81b28e76a10465211a08b3aa6e0f313a0 (diff) |
Notes
Diffstat (limited to 'graphics/cairomm')
-rw-r--r-- | graphics/cairomm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile index 908938a6f7aa..17d644d2a620 100644 --- a/graphics/cairomm/Makefile +++ b/graphics/cairomm/Makefile @@ -26,10 +26,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ AUTOMAKE="${TRUE}" AUTOCONF="${TRUE}" DOXYGEN="${TRUE}" .if defined(NOPORTDOCS) -CONFIGURE_ARGS+= --disable-docs +CONFIGURE_ARGS+= --disable-documentation -post-patch: - @${REINPLACE_CMD} -E '/^SUBDIRS = /s/(docs|examples)//g' ${WRKSRC}/Makefile.in .else post-configure: @${TOUCH} -f ${WRKSRC}/docs/reference/html/index.html |