summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2013-01-01 12:42:13 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2013-01-01 12:42:13 +0000
commit6ce1e17d34282f3b9ae2ebd4b74bdc78a69fa628 (patch)
treeac59ce8fdfe46f4b943b6831f2bfb0ff0b1d2afa /dev-vcs
parentAdd ~ia64, wrt bug #449220 (diff)
downloadgentoo-2-6ce1e17d34282f3b9ae2ebd4b74bdc78a69fa628.tar.gz
gentoo-2-6ce1e17d34282f3b9ae2ebd4b74bdc78a69fa628.tar.bz2
gentoo-2-6ce1e17d34282f3b9ae2ebd4b74bdc78a69fa628.zip
Change prefix from '/' to '/usr' (fixes binary and man locations).
(Portage version: 2.2.0_alpha149_p11/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/cvsps/ChangeLog10
-rw-r--r--dev-vcs/cvsps/cvsps-3.3-r1.ebuild (renamed from dev-vcs/cvsps/cvsps-3.3.ebuild)6
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-vcs/cvsps/ChangeLog b/dev-vcs/cvsps/ChangeLog
index db73a1ae4778..06e176edba81 100644
--- a/dev-vcs/cvsps/ChangeLog
+++ b/dev-vcs/cvsps/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-vcs/cvsps
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.13 2012/12/31 20:36:09 slyfox Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/ChangeLog,v 1.14 2013/01/01 12:42:13 slyfox Exp $
+
+*cvsps-3.3-r1 (01 Jan 2013)
+
+ 01 Jan 2013; Sergei Trofimovich <slyfox@gentoo.org> +cvsps-3.3-r1.ebuild,
+ -cvsps-3.3.ebuild:
+ Change prefix from '/' to '/usr' (fixes binary and man locations).
*cvsps-3.3 (31 Dec 2012)
diff --git a/dev-vcs/cvsps/cvsps-3.3.ebuild b/dev-vcs/cvsps/cvsps-3.3-r1.ebuild
index fe180ddfaa4e..96e5188e548f 100644
--- a/dev-vcs/cvsps/cvsps-3.3.ebuild
+++ b/dev-vcs/cvsps/cvsps-3.3-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-3.3.ebuild,v 1.1 2012/12/31 20:36:09 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsps/cvsps-3.3-r1.ebuild,v 1.1 2013/01/01 12:42:13 slyfox Exp $
EAPI="4"
@@ -23,7 +23,7 @@ src_prepare() {
sed -i 's/ -lz/& $(LDFLAGS)/' Makefile || die
tc-export CC
- export prefix=${D}
+ export prefix=${D}/usr
}
src_install() {