aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/mhgui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/mhgui/Makefile')
-rw-r--r--graphics/mhgui/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/mhgui/Makefile b/graphics/mhgui/Makefile
index 3c32a85afdf..2f88c00efe3 100644
--- a/graphics/mhgui/Makefile
+++ b/graphics/mhgui/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= mhgui
-PORTVERSION= 0.1
-PORTREVISION= 1
+PORTVERSION= 0.2
CATEGORIES= graphics
MASTER_SITES= SF
MASTER_SITE_SUBDIR= makehuman
@@ -28,6 +27,10 @@ USE_GL= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
+.if !defined(NOPORTDOCS)
+PORTDOCS= *
+.endif
+
post-patch:
@${REINPLACE_CMD} -e '/^libmhguidocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e '/^pkgconfigdir =/ s|\$$(libdir)|\$$(exec_prefix)/libdata|' ${WRKSRC}/Makefile.in