summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-07-05 23:08:05 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-07-05 23:08:05 +0000
commit5473890cdf8b49ef5c9de4e3cd89110334bdd0b0 (patch)
treea197f53e299d5d092877134a56cc723a4725f2ab /dev-ml/ocamlweb/ocamlweb-1.38.ebuild
parenteapi5 and add subslot dep on ocaml. add a src_compile phase since it seems it... (diff)
downloadgentoo-2-5473890cdf8b49ef5c9de4e3cd89110334bdd0b0.tar.gz
gentoo-2-5473890cdf8b49ef5c9de4e3cd89110334bdd0b0.tar.bz2
gentoo-2-5473890cdf8b49ef5c9de4e3cd89110334bdd0b0.zip
Install texmf files in the correct directory
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/ocamlweb/ocamlweb-1.38.ebuild')
-rw-r--r--dev-ml/ocamlweb/ocamlweb-1.38.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ocamlweb/ocamlweb-1.38.ebuild b/dev-ml/ocamlweb/ocamlweb-1.38.ebuild
index 690df5ec0165..0a41815cff82 100644
--- a/dev-ml/ocamlweb/ocamlweb-1.38.ebuild
+++ b/dev-ml/ocamlweb/ocamlweb-1.38.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ocamlweb-1.38.ebuild,v 1.4 2013/07/05 23:04:43 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ocamlweb-1.38.ebuild,v 1.5 2013/07/05 23:08:05 aballier Exp $
EAPI=5
@@ -30,6 +30,6 @@ src_compile() {
}
src_install() {
- emake UPDATETEX="" prefix="${D}/usr" MANDIR="${D}/usr/share/man" install || die
+ emake UPDATETEX="" prefix="${D}/usr" MANDIR="${D}/usr/share/man" BASETEXDIR="${D}/${TEXMF}" install
dodoc README CHANGES
}