- Remove now needless chmod u+w/u-w from my and unmaintained ports

This commit is contained in:
Dmitry Marakasov 2015-06-29 18:42:55 +00:00
parent 8fb6d2426d
commit e3d6801615
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390932
6 changed files with 0 additions and 12 deletions

View file

@ -44,8 +44,6 @@ post-patch:
${WRKSRC}/doc/Makefile.in
post-install:
${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/RRDs/RRDs.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/RRDs/RRDs.so
${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/RRDs/RRDs.so
.include <bsd.port.mk>

View file

@ -16,8 +16,6 @@ USES= perl5
USE_PERL5= configure
post-install:
${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/WeakRef/WeakRef.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/WeakRef/WeakRef.so
${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/WeakRef/WeakRef.so
.include <bsd.port.mk>

View file

@ -19,8 +19,6 @@ INSTALL_TARGET= pure_install
MAKE_JOBS_UNSAFE= yes
post-install:
${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IPA/IPA.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IPA/IPA.so
${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IPA/IPA.so
.include <bsd.port.mk>

View file

@ -18,8 +18,6 @@ USES= perl5
USE_PERL5= configure
post-install:
${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/PolygonXS/PolygonXS.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/PolygonXS/PolygonXS.so
${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Geometry/Planar/GPC/PolygonXS/PolygonXS.so
.include <bsd.port.mk>

View file

@ -66,9 +66,7 @@ pre-install:
.if ${PORT_OPTIONS:MPERL}
( cd ${WRKSRC}/Flowd-perl && ${MAKE_CMD} install )
@${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Flowd/Flowd.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Flowd/Flowd.so
@${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Flowd/Flowd.so
.endif
.if ${PORT_OPTIONS:MPYTHON}

View file

@ -20,8 +20,6 @@ post-extract:
@${MV} ${WRKSRC}.orig ${WRKSRC}
post-install:
${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CharWidth/CharWidth.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CharWidth/CharWidth.so
${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CharWidth/CharWidth.so
.include <bsd.port.mk>