diff options
author | crees <crees@FreeBSD.org> | 2012-11-18 22:34:54 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-11-18 22:34:54 +0800 |
commit | 8bd4b3c3cd32bc0b23f869a05075d740bc90e050 (patch) | |
tree | d059fc79b9b2635c2b0340d9bfffd8c82716012a /audio/musicpd | |
parent | 0c4648e7440065741d82f30ee6ab0db7576aa4f7 (diff) | |
download | freebsd-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/Makefile | 2 |
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)#' \ |