summaryrefslogtreecommitdiff
path: root/archivers/p5-Compress-Raw-Bzip2/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-29 15:37:14 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-29 15:37:14 +0000
commit26759f3fce75f8a90aeafe468f8e49d4124dbd51 (patch)
treeb0063e58db701db2831a4f1e38f7ce202f2639fb /archivers/p5-Compress-Raw-Bzip2/Makefile
parent- Update to 1.0.0.beta8 (diff)
- Cleanup CHMOD after r390893
Notes
Notes: svn path=/head/; revision=390915
Diffstat (limited to 'archivers/p5-Compress-Raw-Bzip2/Makefile')
-rw-r--r--archivers/p5-Compress-Raw-Bzip2/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/archivers/p5-Compress-Raw-Bzip2/Makefile b/archivers/p5-Compress-Raw-Bzip2/Makefile
index e956c13b64ed..e4443f960891 100644
--- a/archivers/p5-Compress-Raw-Bzip2/Makefile
+++ b/archivers/p5-Compress-Raw-Bzip2/Makefile
@@ -21,8 +21,6 @@ USE_PERL5= configure
USES= perl5
post-install:
- ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Bzip2/Bzip2.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Bzip2/Bzip2.so
- ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Bzip2/Bzip2.so
.include <bsd.port.mk>