Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2018 19:38:36 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463155 - head/audio/musicpc
Message-ID:  <201802271938.w1RJcagt062738@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802271938.w1RJcagt062738>