c3a5051ef3
see http://www.ibiblio.org/mp3info/ChangeLog for details partly done by Giovanni Bechis <bigionews at snb.it>
17 lines
501 B
Plaintext
17 lines
501 B
Plaintext
$OpenBSD: patch-Makefile,v 1.2 2006/12/22 17:32:12 steven Exp $
|
|
--- Makefile.orig Fri Nov 10 01:14:11 2006
|
|
+++ Makefile Fri Dec 22 18:22:15 2006
|
|
@@ -28,9 +28,9 @@
|
|
# bindir = where binaries get installed (default = /usr/local/bin)
|
|
# mandir = where the manual page gets installed (default = /usr/local/man/man1)
|
|
|
|
-prefix=/usr/local
|
|
-bindir=${prefix}/bin
|
|
-mandir = $(prefix)/man/man1
|
|
+prefix = ${PREFIX}
|
|
+bindir = ${PREFIX}/bin
|
|
+mandir = ${PREFIX}/man/man1
|
|
|
|
# No changes necessary below this line
|
|
|