blob: bd162ce3fa6bb14bd0be87a318cae89c8c0e3f3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -urN pianobar-2013.09.15.orig/Makefile pianobar-2013.09.15/Makefile
--- Makefile 2013-09-15 06:54:04.000000000 -0700
+++ Makefile 2013-09-23 12:20:05.869414665 -0700
@@ -4,7 +4,7 @@
BINDIR:=${PREFIX}/bin
LIBDIR:=${PREFIX}/lib
INCDIR:=${PREFIX}/include
-MANDIR:=${PREFIX}/share/man
+MANDIR:=${PREFIX}/man
DYNLINK:=0
# Respect environment variables set by user; does not work with :=
|