aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-06-29 23:47:44 +0800
committerAdam Weinberger <adamw@FreeBSD.org>2015-06-29 23:47:44 +0800
commit26f58ed1c0cab0bd529c1b8e75d4fee11a8d80f7 (patch)
treedcef53546d337dcb8a7502e40f3ea25ca1cca685 /editors
parent850c4317f95a3dd1f67f4492a7a45ebc722b7fe9 (diff)
downloadfreebsd-ports-gnome-26f58ed1c0cab0bd529c1b8e75d4fee11a8d80f7.tar.gz
freebsd-ports-gnome-26f58ed1c0cab0bd529c1b8e75d4fee11a8d80f7.tar.zst
freebsd-ports-gnome-26f58ed1c0cab0bd529c1b8e75d4fee11a8d80f7.zip
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.
Diffstat (limited to 'editors')
-rw-r--r--editors/p5-Padre/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile
index 01d7aab4d632..69827f116ce3 100644
--- a/editors/p5-Padre/Makefile
+++ b/editors/p5-Padre/Makefile
@@ -131,9 +131,6 @@ pre-install:
${PERL} Build install)
post-install:
- @(cd ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Wx/Scintilla && \
- ${CHMOD} u+w libwx_gtk2u_scintilla.so && \
- ${STRIP_CMD} libwx_gtk2u_scintilla.so && \
- ${CHMOD} u-w libwx_gtk2u_scintilla.so)
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Wx/Scintilla/libwx_gtk2u_scintilla.so
.include <bsd.port.post.mk>