diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-29 23:37:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-29 23:37:14 +0800 |
commit | c58ad71c1f1b0b37a652e7d234227314024fdb14 (patch) | |
tree | b0063e58db701db2831a4f1e38f7ce202f2639fb /devel | |
parent | 57b96a7434a56f1069a0c2fd6116ce4f7de10845 (diff) | |
download | freebsd-ports-gnome-c58ad71c1f1b0b37a652e7d234227314024fdb14.tar.gz freebsd-ports-gnome-c58ad71c1f1b0b37a652e7d234227314024fdb14.tar.zst freebsd-ports-gnome-c58ad71c1f1b0b37a652e7d234227314024fdb14.zip |
- Cleanup CHMOD after r390893
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Date-Simple/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Devel-MAT/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Function-Parameters/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Glib-Object-Introspection/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Type-Tiny-XS/Makefile | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/devel/p5-Date-Simple/Makefile b/devel/p5-Date-Simple/Makefile index d10fbb0cb996..79510e887ed1 100644 --- a/devel/p5-Date-Simple/Makefile +++ b/devel/p5-Date-Simple/Makefile @@ -18,8 +18,6 @@ USE_PERL5= configure USES= perl5 post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Date/Simple/Simple.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Date/Simple/Simple.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Date/Simple/Simple.so .include <bsd.port.mk> diff --git a/devel/p5-Devel-MAT/Makefile b/devel/p5-Devel-MAT/Makefile index d1082e046c48..39d84460decd 100644 --- a/devel/p5-Devel-MAT/Makefile +++ b/devel/p5-Devel-MAT/Makefile @@ -39,8 +39,6 @@ BROKEN= Fails to build with Perl >= 5.22 .endif post-install: - @${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/Dumper/Dumper.so ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/MAT.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/Dumper/Dumper.so ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/MAT.so - @${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/Dumper/Dumper.so ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/MAT/MAT.so .include <bsd.port.post.mk> diff --git a/devel/p5-Function-Parameters/Makefile b/devel/p5-Function-Parameters/Makefile index da40146aac0a..7ccc278dee65 100644 --- a/devel/p5-Function-Parameters/Makefile +++ b/devel/p5-Function-Parameters/Makefile @@ -28,8 +28,6 @@ USE_PERL5= configure USES= perl5 post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Function/Parameters/Parameters.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Function/Parameters/Parameters.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Function/Parameters/Parameters.so .include <bsd.port.mk> diff --git a/devel/p5-Glib-Object-Introspection/Makefile b/devel/p5-Glib-Object-Introspection/Makefile index ede6108b5ad0..5faedafa8d59 100644 --- a/devel/p5-Glib-Object-Introspection/Makefile +++ b/devel/p5-Glib-Object-Introspection/Makefile @@ -32,8 +32,6 @@ TEST_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/cairo.pc:${PORTSDIR}/graphics ${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc:${PORTSDIR}/devel/glib20 post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Glib/Object/Introspection/Introspection.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Glib/Object/Introspection/Introspection.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Glib/Object/Introspection/Introspection.so .include <bsd.port.mk> diff --git a/devel/p5-Type-Tiny-XS/Makefile b/devel/p5-Type-Tiny-XS/Makefile index e21a3b8c9630..9cdef0ac919e 100644 --- a/devel/p5-Type-Tiny-XS/Makefile +++ b/devel/p5-Type-Tiny-XS/Makefile @@ -19,8 +19,6 @@ USE_PERL5= configure USES= perl5 post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Type/Tiny/XS/XS.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Type/Tiny/XS/XS.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Type/Tiny/XS/XS.so .include <bsd.port.mk> |