1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

Fix replacement value

Feature safe:	yes
This commit is contained in:
Chris Rees 2012-11-18 14:34:54 +00:00
parent 3b68bd14b4
commit a683e527e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307540

View File

@ -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)#' \