aboutsummaryrefslogtreecommitdiff
path: root/math
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 /math
parent850c4317f95a3dd1f67f4492a7a45ebc722b7fe9 (diff)
downloadports-26f58ed1c0cab0bd529c1b8e75d4fee11a8d80f7.tar.gz
ports-26f58ed1c0cab0bd529c1b8e75d4fee11a8d80f7.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-Random/Makefile2
-rw-r--r--math/p5-Math-TrulyRandom/Makefile2
2 files changed, 0 insertions, 4 deletions
diff --git a/math/p5-Math-Random/Makefile b/math/p5-Math-Random/Makefile
index a1a723d5dfd9..0391bb954fd5 100644
--- a/math/p5-Math-Random/Makefile
+++ b/math/p5-Math-Random/Makefile
@@ -16,8 +16,6 @@ SHEBANG_FILES= example.pl
USE_PERL5= configure
post-install:
- ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/Random.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/Random.so
- ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/Random.so
.include <bsd.port.mk>
diff --git a/math/p5-Math-TrulyRandom/Makefile b/math/p5-Math-TrulyRandom/Makefile
index c1a7b92fdddc..a27c5d5bc9f2 100644
--- a/math/p5-Math-TrulyRandom/Makefile
+++ b/math/p5-Math-TrulyRandom/Makefile
@@ -25,8 +25,6 @@ post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/truerand.c ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/truerand.h ${STAGEDIR}${DOCSDIR}
- ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/TrulyRandom/TrulyRandom.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/TrulyRandom/TrulyRandom.so
- ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/TrulyRandom/TrulyRandom.so
.include <bsd.port.mk>