diff options
author | ryoon <ryoon@pkgsrc.org> | 2019-07-21 12:45:49 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2019-07-21 12:45:49 +0000 |
commit | 64a39a4cd86ddd0b2bfce150a2dd886862df65bd (patch) | |
tree | 0e63a2696331e593ff303f396ac52cf204bb069e /graphics/gdk-pixbuf2 | |
parent | faa551e8f0b50515884e008ebf61c33e274ae1e0 (diff) | |
download | pkgsrc-64a39a4cd86ddd0b2bfce150a2dd886862df65bd.tar.gz |
Disable man page explicitly to follow PLIST
Diffstat (limited to 'graphics/gdk-pixbuf2')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 83ab80b1f95..fdd80b0ab13 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2019/07/21 10:11:13 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2019/07/21 12:45:49 ryoon Exp $ DISTNAME= gdk-pixbuf-${PIXBUF2_VERSION} PKGNAME= ${DISTNAME:S/pixbuf/pixbuf2/} @@ -20,6 +20,7 @@ MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/gdk-pixbuf MESON_ARGS+= -D installed_tests=false MESON_ARGS+= -D x11=false +MESON_ARGS+= -D man=false PKGCONFIG_OVERRIDE_STAGE=pre-install PKGCONFIG_OVERRIDE= output/meson-private/gdk-pixbuf-2.0.pc |