diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-08 13:31:36 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-08 13:31:36 +0000 |
commit | f08b2e9c54d5460a081ad4623e570b296fc3ccb2 (patch) | |
tree | 1b2577b83e3b0ae52bd3422c1114f2c005efb096 /dev-libs/expat | |
parent | fhs compliance (diff) | |
download | gentoo-2-f08b2e9c54d5460a081ad4623e570b296fc3ccb2.tar.gz gentoo-2-f08b2e9c54d5460a081ad4623e570b296fc3ccb2.tar.bz2 gentoo-2-f08b2e9c54d5460a081ad4623e570b296fc3ccb2.zip |
FHS compliance
Diffstat (limited to 'dev-libs/expat')
-rw-r--r-- | dev-libs/expat/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/expat/expat-1.95.4.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-libs/expat/ChangeLog b/dev-libs/expat/ChangeLog index 4a545267cf1c..bcadef1961d8 100644 --- a/dev-libs/expat/ChangeLog +++ b/dev-libs/expat/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for dev-libs/expat # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.5 2002/07/23 21:10:48 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.6 2002/08/08 13:31:36 seemant Exp $ *expat-1.95.4 (23 Jul 2002) + 08 Aug 2002; Seemant Kulleen <seemant@gentoo.org> expat-1.95.4.ebuild : + + Made more FHS compliant. + 23 Jul 2002; Mark Guertin <gerk@gentoo.org> : Added ppc to keywords diff --git a/dev-libs/expat/expat-1.95.4.ebuild b/dev-libs/expat/expat-1.95.4.ebuild index d1c8e4af6741..cac99f1c8c35 100644 --- a/dev-libs/expat/expat-1.95.4.ebuild +++ b/dev-libs/expat/expat-1.95.4.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/expat/expat-1.95.4.ebuild,v 1.2 2002/07/23 21:10:48 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.4.ebuild,v 1.3 2002/08/08 13:31:36 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="XML parsing libraries" @@ -14,14 +14,14 @@ LICENSE="as-is" KEYWORDS="x86 ppc" src_compile() { - ./configure --prefix=/usr || die + econf || die # parallel make doesnt work make || die } src_install() { - make prefix=${D}/usr install || die + einstall || die dodoc COPYING Changes MANIFEST README dohtml doc/* |