diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-05-15 08:58:39 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-05-15 08:58:39 +0000 |
commit | 229b9535677651960fce169faae7038b18d87694 (patch) | |
tree | 42ab3ba7d353d16970dd4b6bbd026ce5425e0b16 /net | |
parent | 289b7dac9e0415dc565eb419443020cef2f20133 (diff) | |
download | pkgsrc-229b9535677651960fce169faae7038b18d87694.tar.gz |
py-meson: Centralise meson_post_install.py handling.
This appears to be a common problem across packages that use meson,
though it's unclear at this time why this doesn't seem to be a problem
for anyone else.
Diffstat (limited to 'net')
-rw-r--r-- | net/glib-networking/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile index 1f6a8f550fb..28b707197db 100644 --- a/net/glib-networking/Makefile +++ b/net/glib-networking/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2018/05/14 09:44:01 jperkin Exp $ +# $NetBSD: Makefile,v 1.37 2018/05/15 08:58:39 jperkin Exp $ DISTNAME= glib-networking-2.56.0 PKGREVISION= 3 @@ -19,9 +19,6 @@ USE_TOOLS+= pkg-config gmake gettext REPLACE_PYTHON+= find-ca-certificates REPLACE_PYTHON+= meson_post_install.py -pre-install: - ${CHMOD} +x ${WRKSRC}/meson_post_install.py - BUILDLINK_API_DEPENDS.glib2+= glib2>=2.56.0 .include "../../devel/glib2/modules.mk" BUILDLINK_API_DEPENDS.libproxy+= libproxy>=0.3.1 |