summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2008-05-28 20:24:06 +0000
committerMarkus Meier <maekke@gentoo.org>2008-05-28 20:24:06 +0000
commit9c8dd4db58d31bacfef7213b5d9a8730b501ad48 (patch)
treeebd384a9087b6f849fb0b8ff0f36df6611528f1c /media-gfx/gphoto2/gphoto2-2.4.1.ebuild
parentVersion bump (diff)
downloadgentoo-2-9c8dd4db58d31bacfef7213b5d9a8730b501ad48.tar.gz
gentoo-2-9c8dd4db58d31bacfef7213b5d9a8730b501ad48.tar.bz2
gentoo-2-9c8dd4db58d31bacfef7213b5d9a8730b501ad48.zip
fix docdir, bug #223881
(Portage version: 2.1.5.2)
Diffstat (limited to 'media-gfx/gphoto2/gphoto2-2.4.1.ebuild')
-rw-r--r--media-gfx/gphoto2/gphoto2-2.4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/gphoto2/gphoto2-2.4.1.ebuild b/media-gfx/gphoto2/gphoto2-2.4.1.ebuild
index 0f09beddca3e..6467a7ec1c6d 100644
--- a/media-gfx/gphoto2/gphoto2-2.4.1.ebuild
+++ b/media-gfx/gphoto2/gphoto2-2.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.1.ebuild,v 1.11 2008/05/25 13:09:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gphoto2/gphoto2-2.4.1.ebuild,v 1.12 2008/05/28 20:24:06 maekke Exp $
inherit eutils
@@ -36,6 +36,7 @@ pkg_setup() {
src_compile() {
econf \
+ --docdir=/usr/share/doc/${PF} \
$(use_with aalib) \
$(use_with aalib jpeg) \
$(use_with exif) \
@@ -47,7 +48,6 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" \
- gphotodocdir="${D}"/usr/share/doc/${PF} \
HTML_DIR="${D}"/usr/share/doc/${PF}/sgml \
install || die "installation failed"