pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/mpc Fix PLIST errors that occur when py-sphinx h...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9bc89832e6e8
branches:  trunk
changeset: 331919:9bc89832e6e8
user:      pho <pho%pkgsrc.org@localhost>
date:      Wed Mar 27 09:53:18 2019 +0000

description:
Fix PLIST errors that occur when py-sphinx happens to be installed

diffstat:

 audio/mpc/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r c6478f5849e6 -r 9bc89832e6e8 audio/mpc/Makefile
--- a/audio/mpc/Makefile        Wed Mar 27 09:48:16 2019 +0000
+++ b/audio/mpc/Makefile        Wed Mar 27 09:53:18 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2018/11/30 15:06:56 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2019/03/27 09:53:18 pho Exp $
 
 DISTNAME=              mpc-0.31
 CATEGORIES=            audio
@@ -18,6 +18,10 @@
 
 LIBS+=                 ${BUILDLINK_LDADD.iconv}
 
+# By default it generates and installs HTML documentation if py-sphinx
+# is installed, causing our PLIST check to fail.
+MESON_ARGS+=           -Ddocumentation=disabled
+
 .include "../../devel/py-meson/build.mk"
 BUILDLINK_API_DEPENDS.libmpdclient+=   libmpdclient>=2.9
 .include "../../audio/libmpdclient/buildlink3.mk"



Home | Main Index | Thread Index | Old Index