summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-04-23 15:14:55 +0000
committerMike Frysinger <vapier@gentoo.org>2003-04-23 15:14:55 +0000
commit8c5f2af1fb57970cb8285e36cd7c25938812493e (patch)
treee57b8c93cc4920c7dd6e488b3daa2ecccbb7cde6
parenttouchups (diff)
downloadhistorical-8c5f2af1fb57970cb8285e36cd7c25938812493e.tar.gz
historical-8c5f2af1fb57970cb8285e36cd7c25938812493e.tar.bz2
historical-8c5f2af1fb57970cb8285e36cd7c25938812493e.zip
touchups
-rw-r--r--dev-ml/pxp/pxp-1.1.5.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-ml/pxp/pxp-1.1.5.ebuild b/dev-ml/pxp/pxp-1.1.5.ebuild
index 1a32236a0fe5..fbfb505a1a31 100644
--- a/dev-ml/pxp/pxp-1.1.5.ebuild
+++ b/dev-ml/pxp/pxp-1.1.5.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/pxp-1.1.5.ebuild,v 1.3 2003/03/11 20:59:37 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/pxp-1.1.5.ebuild,v 1.4 2003/04/23 15:14:55 vapier Exp $
-DESCRIPTION="PXP is a validating XML parser library for O'Caml"
+DESCRIPTION="validating XML parser library for O'Caml"
HOMEPAGE="http://www.ocaml-programming.de/packages/documentation/pxp/index_dev.html"
SRC_URI="http://www.ocaml-programming.de/packages/${P}.tar.gz"
@@ -14,8 +14,6 @@ DEPEND=">=dev-ml/pcre-ocaml-4.31
>=dev-ml/ocamlnet-0.94
>=dev-ml/findlib-0.8"
-IUSE=""
-
src_compile() {
#the included configure does not support many standard switches and is quite picky
./configure || die
@@ -23,8 +21,7 @@ src_compile() {
}
src_install() {
- # Go ahead
- destdir=`ocamlfind printconf destdir`
- mkdir -p ${D}${destdir} || die
+ local destdir=`ocamlfind printconf destdir`
+ dodir ${destdir}
make OCAMLFIND_DESTDIR=${D}${destdir} install || die
}