summaryrefslogtreecommitdiff
path: root/x11/gnomelibs/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-04-30 23:20:30 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-04-30 23:20:30 +0000
commit2e51418c705949f37d3eaa66d0d7793c9fd67af4 (patch)
treea2b3f45ac78e3abfa29806865874a065c78943a5 /x11/gnomelibs/Makefile
parent- Hack for better hier(7) conformance - install documentation into (diff)
Hack for better hier(7) conformance - install libart documentation into
${PREFIX}/share/doc.
Notes
Notes: svn path=/head/; revision=58386
Diffstat (limited to '')
-rw-r--r--x11/gnomelibs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile
index fb5f8c3f5c42..3dd53dba8f9d 100644
--- a/x11/gnomelibs/Makefile
+++ b/x11/gnomelibs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomelibs
PORTVERSION= 1.4.1.6
+PORTREVISION= 1
CATEGORIES?= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-libs
@@ -33,7 +34,8 @@ LIBTOOLFILES= configure libart_lgpl/configure
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--disable-test-gnome \
- --disable-gtk-doc
+ --disable-gtk-doc \
+ --with-html-dir=${PREFIX}/share/doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"