summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-06-29 15:47:44 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2015-06-29 15:47:44 +0000
commit26f58ed1c0cab0bd529c1b8e75d4fee11a8d80f7 (patch)
treedcef53546d337dcb8a7502e40f3ea25ca1cca685 /databases
parent850c4317f95a3dd1f67f4492a7a45ebc722b7fe9 (diff)
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBD-SQLite/Makefile2
-rw-r--r--databases/p5-Redis-hiredis/Makefile2
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>