diff options
-rw-r--r-- | audio/musicpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 3ba9172af26b..972f564fbddf 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -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)#' \ |