summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-03 14:43:47 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-03 14:43:47 +0000
commit83cbf5170d74e528f7402fd69d5da43aff806dd1 (patch)
tree0c8f363da05f0a8a22d6394c9eeeb1b4aff25c7f /app-misc/wcd
parentVersion bump (diff)
downloadgentoo-2-83cbf5170d74e528f7402fd69d5da43aff806dd1.tar.gz
gentoo-2-83cbf5170d74e528f7402fd69d5da43aff806dd1.tar.bz2
gentoo-2-83cbf5170d74e528f7402fd69d5da43aff806dd1.zip
Install in correct location not in /usr/local
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/wcd')
-rw-r--r--app-misc/wcd/ChangeLog5
-rw-r--r--app-misc/wcd/files/5.1.4-gentoo.patch9
2 files changed, 11 insertions, 3 deletions
diff --git a/app-misc/wcd/ChangeLog b/app-misc/wcd/ChangeLog
index 52e9c410ab00..4c789d5e97fd 100644
--- a/app-misc/wcd/ChangeLog
+++ b/app-misc/wcd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/wcd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/wcd/ChangeLog,v 1.1 2011/03/03 14:22:17 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/wcd/ChangeLog,v 1.2 2011/03/03 14:43:47 jlec Exp $
+
+ 03 Mar 2011; Justin Lecher <jlec@gentoo.org> files/5.1.4-gentoo.patch:
+ Install in correct location not in /usr/local
*wcd-5.1.4 (03 Mar 2011)
diff --git a/app-misc/wcd/files/5.1.4-gentoo.patch b/app-misc/wcd/files/5.1.4-gentoo.patch
index 37b9be053307..982b249d673d 100644
--- a/app-misc/wcd/files/5.1.4-gentoo.patch
+++ b/app-misc/wcd/files/5.1.4-gentoo.patch
@@ -1,8 +1,8 @@
diff --git a/src/Makefile b/src/Makefile
-index 15a889a..9a699b7 100644
+index 15a889a..ecd68cf 100644
--- a/src/Makefile
+++ b/src/Makefile
-@@ -46,14 +46,14 @@ endif
+@@ -46,18 +46,18 @@ endif
include version.mk
@@ -20,6 +20,11 @@ index 15a889a..9a699b7 100644
PROGRAM = $(PACKAGE)$(EXT)
BIN = $(PROGRAM)
+-PREFIX = /usr/local
++PREFIX = /usr/
+ prefix = $(PREFIX)
+ exec_prefix = $(prefix)
+ bindir = $(exec_prefix)/bin
@@ -283,7 +283,7 @@ endif
# dynamically) comment the LDFLAGS line and add the 'libncurses.a' file
# (often found as /usr/lib/libncurses.a) to the OBJS1 list.