diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-06-29 15:47:44 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-06-29 15:47:44 +0000 |
commit | 26f58ed1c0cab0bd529c1b8e75d4fee11a8d80f7 (patch) | |
tree | dcef53546d337dcb8a7502e40f3ea25ca1cca685 /math | |
parent | 850c4317f95a3dd1f67f4492a7a45ebc722b7fe9 (diff) | |
download | ports-26f58ed1c0cab0bd529c1b8e75d4fee11a8d80f7.tar.gz ports-26f58ed1c0cab0bd529c1b8e75d4fee11a8d80f7.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Random/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Math-TrulyRandom/Makefile | 2 |
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> |