svn commit: r307539 - head/audio/musicpd

Chris Rees crees at FreeBSD.org
Sun Nov 18 14:32:52 UTC 2012


Author: crees
Date: Sun Nov 18 14:32:51 2012
New Revision: 307539
URL: http://svnweb.freebsd.org/changeset/ports/307539

Log:
  Tighten up on replacement in musicpd.conf(5) to avoid catching .B mixer
  
  Submitted by:	Derek Thomas
  Feature safe:	yes

Modified:
  head/audio/musicpd/Makefile

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Sun Nov 18 14:18:22 2012	(r307538)
+++ head/audio/musicpd/Makefile	Sun Nov 18 14:32:51 2012	(r307539)
@@ -2,6 +2,7 @@
 
 PORTNAME=	musicpd
 PORTVERSION=	0.17.2
+PORTREVISION=	1
 CATEGORIES=	audio ipv6
 MASTER_SITES=	SF/${PORTNAME}/mpd/${PORTVERSION}
 DISTNAME=	mpd-${PORTVERSION}
@@ -236,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\)/\1usic/' \
+	@${REINPLACE_CMD} -e 's/^\(\.B m\)pd/\1usic/' \
 		-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-head mailing list