summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2010-05-22 17:42:17 +0000
committerFabian Groffen <grobian@gentoo.org>2010-05-22 17:42:17 +0000
commit01309ad125e473465f3714e688240179e7d82741 (patch)
tree2d1d3e622e262529bb371ee32e5d672b9266d828 /dev-util/httpup
parentInitial import of pecl-drizzle, ebuild proxy-maintained by Pavel Stratil. (diff)
downloadgentoo-2-01309ad125e473465f3714e688240179e7d82741.tar.gz
gentoo-2-01309ad125e473465f3714e688240179e7d82741.tar.bz2
gentoo-2-01309ad125e473465f3714e688240179e7d82741.zip
Fix ebuild for Prefix, bump to EAPI=3
(Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-util/httpup')
-rw-r--r--dev-util/httpup/ChangeLog5
-rw-r--r--dev-util/httpup/httpup-0.4.0k.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-util/httpup/ChangeLog b/dev-util/httpup/ChangeLog
index 23834aa77552..14b8eea8eeb8 100644
--- a/dev-util/httpup/ChangeLog
+++ b/dev-util/httpup/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/httpup
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/httpup/ChangeLog,v 1.9 2010/05/21 20:41:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/httpup/ChangeLog,v 1.10 2010/05/22 17:42:17 grobian Exp $
+
+ 22 May 2010; Fabian Groffen <grobian@gentoo.org> httpup-0.4.0k.ebuild:
+ Fix ebuild for Prefix, bump to EAPI=3
*httpup-0.4.0k (21 May 2010)
diff --git a/dev-util/httpup/httpup-0.4.0k.ebuild b/dev-util/httpup/httpup-0.4.0k.ebuild
index 85414a31de7d..595d63ff49b1 100644
--- a/dev-util/httpup/httpup-0.4.0k.ebuild
+++ b/dev-util/httpup/httpup-0.4.0k.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/httpup/httpup-0.4.0k.ebuild,v 1.1 2010/05/21 20:41:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/httpup/httpup-0.4.0k.ebuild,v 1.2 2010/05/22 17:42:17 grobian Exp $
-EAPI=2
+EAPI="3"
inherit eutils toolchain-funcs
DESCRIPTION="synchronisation tool for http file repositories"
@@ -26,6 +26,8 @@ src_compile() {
}
src_install() {
- emake DESTDIR="${D}" mandir="/usr/share/man" prefix="/usr" install || die
+ emake DESTDIR="${D}" \
+ mandir="${EPREFIX}/usr/share/man" \
+ prefix="${EPREFIX}/usr" install || die
dodoc AUTHORS ChangeLog httpup.conf.example README TODO
}