diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-06-28 13:02:21 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-06-28 13:02:21 +0000 |
commit | 6b159d8b5c0cf664f8e66418c125204e74023965 (patch) | |
tree | ae91b915db6c89964fddfa857876cfd474da78fb /devel/GConf2/Makefile.common | |
parent | f92671b95e6d3611575b13e4b2caa6a96fc0265d (diff) | |
download | pkgsrc-6b159d8b5c0cf664f8e66418c125204e74023965.tar.gz |
Move documentation from share/doc/html to share/doc.
Diffstat (limited to 'devel/GConf2/Makefile.common')
-rw-r--r-- | devel/GConf2/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/GConf2/Makefile.common b/devel/GConf2/Makefile.common index 70d8a4a028e..a3f0bde70d3 100644 --- a/devel/GConf2/Makefile.common +++ b/devel/GConf2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.21 2004/06/28 12:52:45 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.22 2004/06/28 13:02:21 jmmv Exp $ # DISTNAME= GConf-2.6.2 @@ -31,7 +31,7 @@ PKGCONFIG_OVERRIDE= gconf-2.0.pc.in PKG_SYSCONFSUBDIR= gconf CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} -CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html +CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ARGS+= --disable-gtk-doc CONFIGURE_ARGS+= --enable-gconf-source=xml::${PKG_SYSCONFDIR}/gconf.xml.defaults |