Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2012 14:34:55 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307540 - head/audio/musicpd
Message-ID:  <201211181434.qAIEYtLP044473@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sun Nov 18 14:34:54 2012
New Revision: 307540
URL: http://svnweb.freebsd.org/changeset/ports/307540

Log:
  Fix replacement value
  
  Feature safe:	yes

Modified:
  head/audio/musicpd/Makefile

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Sun Nov 18 14:32:51 2012	(r307539)
+++ head/audio/musicpd/Makefile	Sun Nov 18 14:34:54 2012	(r307540)
@@ -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)#' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211181434.qAIEYtLP044473>