diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-06-20 17:16:25 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-06-20 17:16:25 +0000 |
commit | 81235f35039f0e52fe2e3c82d7b87d76b50a1751 (patch) | |
tree | d45c5b80e519cf7f79d1d9d7f93f0dcacf23ce6b /dev-libs/log4c | |
parent | type-o (diff) | |
download | gentoo-2-81235f35039f0e52fe2e3c82d7b87d76b50a1751.tar.gz gentoo-2-81235f35039f0e52fe2e3c82d7b87d76b50a1751.tar.bz2 gentoo-2-81235f35039f0e52fe2e3c82d7b87d76b50a1751.zip |
type-o
Diffstat (limited to 'dev-libs/log4c')
-rw-r--r-- | dev-libs/log4c/log4c-1.0.6-r1.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/log4c/log4c-1.0.6-r1.ebuild b/dev-libs/log4c/log4c-1.0.6-r1.ebuild index 8e5d85811989..c0754c65bb78 100644 --- a/dev-libs/log4c/log4c-1.0.6-r1.ebuild +++ b/dev-libs/log4c/log4c-1.0.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/log4c-1.0.6-r1.ebuild,v 1.1 2002/06/20 16:59:37 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/log4c-1.0.6-r1.ebuild,v 1.2 2002/06/20 17:16:25 mkennedy Exp $ LICENSE="LGPL-2.1" @@ -20,9 +20,10 @@ RDEPEND="virtual/glibc >=dev-libs/expat-1.95.2" src_compile() { - ./configure --host=${CHOST} \ + ./configure --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ + --sysconfdir=/etc \ --mandir=/usr/share/man || die addwrite "/var/lib/texmf" @@ -33,6 +34,8 @@ src_compile() { } src_install () { - make prefix=${D}/usr mandir=${D}/usr/share/man install || die + make prefix=${D}/usr \ + mandir=${D}/usr/share/man \ + sysconfdir=${D}/etc install || die dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README } |