From e7fc5f1c94dfecb3142340a33be0d452c8201cfe Mon Sep 17 00:00:00 2001 From: adamw Date: Mon, 29 Jun 2015 15:47:44 +0000 Subject: After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary, and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports. --- x11-toolkits/p5-Gtk/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'x11-toolkits/p5-Gtk') diff --git a/x11-toolkits/p5-Gtk/Makefile b/x11-toolkits/p5-Gtk/Makefile index c1d41cc1fd4c..15f10b490857 100644 --- a/x11-toolkits/p5-Gtk/Makefile +++ b/x11-toolkits/p5-Gtk/Makefile @@ -23,8 +23,6 @@ CONFIGURE_ARGS= --without-guessing --lazy-load MAKE_JOBS_UNSAFE= yes post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gtk/Gtk.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gtk/Gtk.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gtk/Gtk.so .include -- cgit