mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
21 lines
430 B
Plaintext
21 lines
430 B
Plaintext
--- ./src/Makefile.orig 2016-01-06 17:42:06.000000000 +0200
|
|
+++ ./src/Makefile 2016-02-29 17:35:46.797320000 +0200
|
|
@@ -7,7 +7,7 @@
|
|
# See ``COPYRIGHT.whistle''
|
|
#
|
|
|
|
-PROG?= mpd5
|
|
+PROG?= mpd
|
|
PREFIX?= /usr/local
|
|
BINDIR?= ${PREFIX}/sbin
|
|
VERSION= 5.8
|
|
@@ -19,7 +19,7 @@
|
|
|
|
# Default configuration directory
|
|
|
|
-MPD_CONF_DIR?= ${PREFIX}/etc/mpd5
|
|
+MPD_CONF_DIR?= ${PREFIX}/etc/mpd
|
|
|
|
# Define supported physical layer types
|
|
|