svn commit: r463155 - head/audio/musicpc

Yuri Victorovich yuri at FreeBSD.org
Tue Feb 27 19:38:37 UTC 2018


Author: yuri
Date: Tue Feb 27 19:38:36 2018
New Revision: 463155
URL: https://svnweb.freebsd.org/changeset/ports/463155

Log:
  audio/musicpc: Changed += to =; Changed python to python:env
  
  Thanks to sunpoet for his remarks!
  
  Reported by:	sunpoet
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/audio/musicpc/Makefile

Modified: head/audio/musicpc/Makefile
==============================================================================
--- head/audio/musicpc/Makefile	Tue Feb 27 19:33:35 2018	(r463154)
+++ head/audio/musicpc/Makefile	Tue Feb 27 19:38:36 2018	(r463155)
@@ -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


More information about the svn-ports-head mailing list