aboutsummaryrefslogtreecommitdiff
path: root/graphics/cairomm/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-04-08 05:03:45 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-04-08 05:03:45 +0000
commitaefb5788e6dbeb146d40c45fa38cd36509a2c121 (patch)
tree18f357f4b97a40d2a275c626fb3700fcce3a0f67 /graphics/cairomm/Makefile
parent6b00cfe139f3e301e7713db1989eebd62b3d1edb (diff)
Notes
Diffstat (limited to 'graphics/cairomm/Makefile')
-rw-r--r--graphics/cairomm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile
index 070f044008fc..94cf2e613922 100644
--- a/graphics/cairomm/Makefile
+++ b/graphics/cairomm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cairomm
-PORTVERSION= 0.5.0
+PORTVERSION= 0.6.0
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/releases/
@@ -34,6 +34,9 @@ CONFIGURE_ARGS+= --disable-docs
post-patch:
@${REINPLACE_CMD} -E '/^SUBDIRS = /s/(docs|examples)//g' ${WRKSRC}/Makefile.in
+.else
+post-configure:
+ @${TOUCH} -f ${WRKSRC}/docs/reference/html/index.html
.endif
.include <bsd.port.post.mk>