summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2008-12-01 14:57:40 -0800
committerEric Sandall2008-12-01 14:57:40 -0800
commit652d6c0f8214660826c119438252840fd0eb0dde (patch)
tree250b14f348f75fdf1964edbbb474278ee123aed1
parentefaad04ae5abb7f28141754304a05b5d9bd70ece (diff)
mp3info: use the correct man path #14702
(cherry-picked from commit 4ad91f8bbf2f38d75c2087181d6e453253a2181d)
-rw-r--r--audio-soft/mp3info/HISTORY3
-rwxr-xr-xaudio-soft/mp3info/INSTALL2
2 files changed, 4 insertions, 1 deletions
diff --git a/audio-soft/mp3info/HISTORY b/audio-soft/mp3info/HISTORY
index 688262f2a3..d3e833d14e 100644
--- a/audio-soft/mp3info/HISTORY
+++ b/audio-soft/mp3info/HISTORY
@@ -1,3 +1,6 @@
+2008-11-24 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * INSTALL: use the correct man path #14702
+
2007-07-19 Philippe "Puppet_Master" Caseiro <puppetmaster@sourcemage.org>
* BUILD: removing patch command
* DETAILS: Updating to version 8.0.5a
diff --git a/audio-soft/mp3info/INSTALL b/audio-soft/mp3info/INSTALL
index 4e76028c2e..5b13b8a8f8 100755
--- a/audio-soft/mp3info/INSTALL
+++ b/audio-soft/mp3info/INSTALL
@@ -1 +1 @@
-make prefix=/usr install
+make prefix="$INSTALL_ROOT"/usr mandir="$INSTALL_ROOT"/usr/share/man/man1 install