svn commit: r307540 - head/audio/musicpd

Chris Rees crees at FreeBSD.org
Sun Nov 18 14:34:55 UTC 2012


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


More information about the svn-ports-all mailing list