aboutsummaryrefslogtreecommitdiff
path: root/graphics/mhgui/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-12-18 18:45:37 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-12-18 18:45:37 +0000
commit0b299eb57eed4f45cad4ea85ea20a6239f4d5e2f (patch)
tree4ac5ca552f4b6a4df0690038e5bfa33782eaf342 /graphics/mhgui/Makefile
parent8cbbe404784f5589f8a3145ceb4254a26bf15efc (diff)
downloadports-0b299eb57eed4f45cad4ea85ea20a6239f4d5e2f.tar.gz
ports-0b299eb57eed4f45cad4ea85ea20a6239f4d5e2f.zip
Notes
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 3c32a85afdfd..2f88c00efe32 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