summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2012-04-20 10:55:52 +0000
committerTony Vroon <chainsaw@gentoo.org>2012-04-20 10:55:52 +0000
commit820c19ad48da0badc62d756f6bb268bfb81b0d8a (patch)
tree10f863241bfaf6f46d07939b53b9413029d061d0 /media-sound/codecgraph/files
parentVersion bump. Also include p359 as a patch to fix marshall bugs exposed by Ra... (diff)
downloadgentoo-2-820c19ad48da0badc62d756f6bb268bfb81b0d8a.tar.gz
gentoo-2-820c19ad48da0badc62d756f6bb268bfb81b0d8a.tar.bz2
gentoo-2-820c19ad48da0badc62d756f6bb268bfb81b0d8a.zip
Version bump, incorporating ebuild improvements by Ian "idella4" Delaney that have been reviewed by Arfrever Frehtes Taifersar Arahesis in bug #313939.
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/codecgraph/files')
-rw-r--r--media-sound/codecgraph/files/20120114-makefile-prefix.diff18
1 files changed, 18 insertions, 0 deletions
diff --git a/media-sound/codecgraph/files/20120114-makefile-prefix.diff b/media-sound/codecgraph/files/20120114-makefile-prefix.diff
new file mode 100644
index 000000000000..2636fad59e57
--- /dev/null
+++ b/media-sound/codecgraph/files/20120114-makefile-prefix.diff
@@ -0,0 +1,18 @@
+diff -uNr codecgraph-20120114.ORIG/Makefile codecgraph-20120114/Makefile
+--- codecgraph-20120114.ORIG/Makefile 2012-04-20 11:46:16.585852026 +0100
++++ codecgraph-20120114/Makefile 2012-04-20 11:46:50.730851052 +0100
+@@ -1,4 +1,4 @@
+-PREFIX = /usr/local
++PREFIX = /usr
+ DOTTY = dot
+
+ samples = \
+@@ -87,7 +87,7 @@
+ install:
+ install -m755 -D codecgraph $(DESTDIR)$(PREFIX)/bin/codecgraph
+ install -m755 -D codecgraph.py $(DESTDIR)$(PREFIX)/bin/codecgraph.py
+- install -m644 -D codecgraph.1 $(DESTDIR)$(PREFIX)/man/man1/codecgraph.1
++ install -m644 -D codecgraph.1 $(DESTDIR)$(PREFIX)/share/man/man1/codecgraph.1
+
+ thumbs: png
+ for p in $(pngfiles);do \