aboutsummaryrefslogtreecommitdiffstats
path: root/audio/musicpd
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2012-11-18 22:34:54 +0800
committercrees <crees@FreeBSD.org>2012-11-18 22:34:54 +0800
commit8bd4b3c3cd32bc0b23f869a05075d740bc90e050 (patch)
treed059fc79b9b2635c2b0340d9bfffd8c82716012a /audio/musicpd
parent0c4648e7440065741d82f30ee6ab0db7576aa4f7 (diff)
downloadfreebsd-ports-gnome-8bd4b3c3cd32bc0b23f869a05075d740bc90e050.tar.gz
freebsd-ports-gnome-8bd4b3c3cd32bc0b23f869a05075d740bc90e050.tar.zst
freebsd-ports-gnome-8bd4b3c3cd32bc0b23f869a05075d740bc90e050.zip
Fix replacement value
Feature safe: yes
Diffstat (limited to 'audio/musicpd')
-rw-r--r--audio/musicpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 972f564fbddf..a1bac5eb55c1 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -237,7 +237,7 @@ post-patch:
-e 's,^#\(user[^"]*"\)nobody,\1${MPDUSER},g' \
${WRKSRC}/doc/mpdconf.example
# Fix man pages for executable names
- @${REINPLACE_CMD} -e 's/^\(\.B m\)pd/\1usic/' \
+ @${REINPLACE_CMD} -e 's/^\(\.B m\)pd/\1usicpd/' \
-e 's#^\(\.BI \)/etc/mpd.conf#\1${PREFIX}/etc/${MPDCONF}#' \
-e 's#^mpd.conf#${MPDCONF}#' \
-e 's#^mpd(1)#musicpd(1)#' \