pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gdk-pixbuf2



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Jul 21 12:45:49 UTC 2019

Modified Files:
        pkgsrc/graphics/gdk-pixbuf2: Makefile

Log Message:
Disable man page explicitly to follow PLIST


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/graphics/gdk-pixbuf2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gdk-pixbuf2/Makefile
diff -u pkgsrc/graphics/gdk-pixbuf2/Makefile:1.36 pkgsrc/graphics/gdk-pixbuf2/Makefile:1.37
--- pkgsrc/graphics/gdk-pixbuf2/Makefile:1.36   Sun Jul 21 10:11:13 2019
+++ pkgsrc/graphics/gdk-pixbuf2/Makefile        Sun Jul 21 12:45:49 2019
@@ -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}/out
 
 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
 



Home | Main Index | Thread Index | Old Index