diff options
author | adamw <adamw@FreeBSD.org> | 2015-06-29 23:47:44 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-06-29 23:47:44 +0800 |
commit | e7fc5f1c94dfecb3142340a33be0d452c8201cfe (patch) | |
tree | dcef53546d337dcb8a7502e40f3ea25ca1cca685 /databases | |
parent | baa9187ba5e96d0c7d3c9dbd366214f81129e083 (diff) | |
download | freebsd-ports-gnome-e7fc5f1c94dfecb3142340a33be0d452c8201cfe.tar.gz freebsd-ports-gnome-e7fc5f1c94dfecb3142340a33be0d452c8201cfe.tar.zst freebsd-ports-gnome-e7fc5f1c94dfecb3142340a33be0d452c8201cfe.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 'databases')
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-Redis-hiredis/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index 3b9a51f51cd3..87570cf308b1 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -22,8 +22,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBD/SQLite/SQLite.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBD/SQLite/SQLite.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBD/SQLite/SQLite.so .include <bsd.port.mk> diff --git a/databases/p5-Redis-hiredis/Makefile b/databases/p5-Redis-hiredis/Makefile index 636d9881699c..2c34f5e2dfc6 100644 --- a/databases/p5-Redis-hiredis/Makefile +++ b/databases/p5-Redis-hiredis/Makefile @@ -15,8 +15,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Redis/hiredis/hiredis.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Redis/hiredis/hiredis.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Redis/hiredis/hiredis.so .include <bsd.port.mk> |