aboutsummaryrefslogtreecommitdiff
path: root/audio/musicpc
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-02-27 19:38:36 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-02-27 19:38:36 +0000
commita7178fdd40885e02898831a1e4920dcb2b524fb0 (patch)
treefbf39d4d99927be0e2376c115210fbad5661f61e /audio/musicpc
parent4530b5d1c6658cedf9162c9fbd2ad7b72d79912b (diff)
downloadports-a7178fdd40885e02898831a1e4920dcb2b524fb0.tar.gz
ports-a7178fdd40885e02898831a1e4920dcb2b524fb0.zip
audio/musicpc: Changed += to =; Changed python to python:env
Thanks to sunpoet for his remarks! Reported by: sunpoet Approved by: tcberner (mentor, implicit)
Notes
Notes: svn path=/head/; revision=463155
Diffstat (limited to 'audio/musicpc')
-rw-r--r--audio/musicpc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/musicpc/Makefile b/audio/musicpc/Makefile
index 80466b873729..b690ca9f046b 100644
--- a/audio/musicpc/Makefile
+++ b/audio/musicpc/Makefile
@@ -16,14 +16,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libmpdclient.so:audio/libmpdclient
USES= meson pkgconfig python tar:xz
-MESON_ARGS+= --mandir=${MANPREFIX}
+MESON_ARGS= --mandir=${MANPREFIX}
PLIST_FILES= bin/mpc
OPTIONS_DEFINE= DOCS EXAMPLES MANPAGES ICONV
OPTIONS_DEFAULT= MANPAGES ICONV
-MANPAGES_USES= python
+MANPAGES_USES= python:env
MANPAGES_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR}
MANPAGES_MESON_TRUE= use_sphinx
MANPAGES_PLIST_FILES= man/man1/mpc.1.gz