Date: Sun, 18 Nov 2012 14:32:51 +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: r307539 - head/audio/musicpd Message-ID: <201211181432.qAIEWp9c044020@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)#' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211181432.qAIEWp9c044020>