diff options
author | 2005-03-12 19:32:43 +0000 | |
---|---|---|
committer | 2005-03-12 19:32:43 +0000 | |
commit | b145e2a74c0bbe323f199f9c73484d1c481dcff0 (patch) | |
tree | 964c287f7a44f93f39d1835fa53e26db7213791c /dev-libs/libxslt | |
parent | arm/hppa/ia64/s390 stable (diff) | |
download | historical-b145e2a74c0bbe323f199f9c73484d1c481dcff0.tar.gz historical-b145e2a74c0bbe323f199f9c73484d1c481dcff0.tar.bz2 historical-b145e2a74c0bbe323f199f9c73484d1c481dcff0.zip |
arm/hppa/ia64/s390 stable
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.12.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/dev-libs/libxslt/libxslt-1.1.12.ebuild b/dev-libs/libxslt/libxslt-1.1.12.ebuild index 83941142c446..b12b0043166e 100644 --- a/dev-libs/libxslt/libxslt-1.1.12.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.12.ebuild,v 1.3 2005/03/09 13:18:00 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.12.ebuild,v 1.4 2005/03/12 19:32:43 vapier Exp $ inherit libtool gnome.org eutils python @@ -9,7 +9,7 @@ HOMEPAGE="http://www.xmlsoft.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86" +KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sparc x86" IUSE="python crypt" DEPEND=">=dev-libs/libxml2-2.6.15 @@ -18,10 +18,10 @@ DEPEND=">=dev-libs/libxml2-2.6.15 src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # we still require the 1.1.8 patch for the .m4 file, to add # the CXXFLAGS defines <obz@gentoo.org> - epatch ${FILESDIR}/libxslt.m4-${PN}-1.1.8.patch + epatch "${FILESDIR}"/libxslt.m4-${PN}-1.1.8.patch elibtoolize } @@ -34,8 +34,6 @@ src_compile() { } src_install() { - - make DESTDIR=${D} install + make DESTDIR="${D}" install dodoc AUTHORS ChangeLog README NEWS TODO - } |