diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-29 18:42:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-29 18:42:55 +0000 |
commit | e3d680161540e3bb7a9282db175feb0b9fd906cc (patch) | |
tree | 7d03da43907fbb4221ecaf682ac508ce4b0aa941 | |
parent | Update to 0.15.2. (diff) |
- Remove now needless chmod u+w/u-w from my and unmaintained ports
Notes
Notes:
svn path=/head/; revision=390932
-rw-r--r-- | databases/rrdtool10/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-WeakRef/Makefile | 2 | ||||
-rw-r--r-- | graphics/IPA/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/flowd/Makefile | 2 | ||||
-rw-r--r-- | textproc/libtext-charwidth-perl/Makefile | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/databases/rrdtool10/Makefile b/databases/rrdtool10/Makefile index 0a49764beb45..81df3ddea928 100644 --- a/databases/rrdtool10/Makefile +++ b/databases/rrdtool10/Makefile @@ -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> diff --git a/devel/p5-WeakRef/Makefile b/devel/p5-WeakRef/Makefile index 75dbeba21068..f4ddb9edb007 100644 --- a/devel/p5-WeakRef/Makefile +++ b/devel/p5-WeakRef/Makefile @@ -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> diff --git a/graphics/IPA/Makefile b/graphics/IPA/Makefile index 0e8bbc6159e0..ad00b0f417bd 100644 --- a/graphics/IPA/Makefile +++ b/graphics/IPA/Makefile @@ -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> diff --git a/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile b/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile index 96dfd9e232fc..44a2a895a27e 100644 --- a/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile +++ b/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Makefile @@ -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> diff --git a/net-mgmt/flowd/Makefile b/net-mgmt/flowd/Makefile index 133d3368b2b3..d05deeac985a 100644 --- a/net-mgmt/flowd/Makefile +++ b/net-mgmt/flowd/Makefile @@ -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} diff --git a/textproc/libtext-charwidth-perl/Makefile b/textproc/libtext-charwidth-perl/Makefile index d8efaf709fae..ff227de26477 100644 --- a/textproc/libtext-charwidth-perl/Makefile +++ b/textproc/libtext-charwidth-perl/Makefile @@ -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> |