Tue Jul 30 18:28:32 2019 UTC ()
gdk-pixbuf2: Expand glob in previous change.

Reported by abs@, not sure what isn't supporting it but this fixes the issue.


(jperkin)
diff -r1.40 -r1.41 pkgsrc/graphics/gdk-pixbuf2/Makefile

cvs diff -r1.40 -r1.41 pkgsrc/graphics/gdk-pixbuf2/Makefile (expand / switch to context diff)
--- pkgsrc/graphics/gdk-pixbuf2/Makefile 2019/07/29 19:40:51 1.40
+++ pkgsrc/graphics/gdk-pixbuf2/Makefile 2019/07/30 18:28:32 1.41
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2019/07/29 19:40:51 jperkin Exp $
+# $NetBSD: Makefile,v 1.41 2019/07/30 18:28:32 jperkin Exp $
 
 DISTNAME=	gdk-pixbuf-${PIXBUF2_VERSION}
 PKGNAME=	${DISTNAME:S/pixbuf/pixbuf2/}
@@ -39,7 +39,7 @@
 .include "loaders.mk"
 
 pre-build:
-	${CHMOD} +x ${WRKSRC}/build-aux/*.{py,sh}
+	${CHMOD} +x ${WRKSRC}/build-aux/*.py ${WRKSRC}/build-aux/*.sh
 
 .include "../../devel/py-meson/build.mk"
 .include "../../databases/shared-mime-info/buildlink3.mk"