aboutsummaryrefslogtreecommitdiff
path: root/archivers/p5-Compress-Raw-Lzma
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-Lzma
parent6184fa03790d8dda9119def530a5fbdf895eb729 (diff)
downloadports-26759f3fce75f8a90aeafe468f8e49d4124dbd51.tar.gz
ports-26759f3fce75f8a90aeafe468f8e49d4124dbd51.zip
- Cleanup CHMOD after r390893
Notes
Notes: svn path=/head/; revision=390915
Diffstat (limited to 'archivers/p5-Compress-Raw-Lzma')
-rw-r--r--archivers/p5-Compress-Raw-Lzma/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/archivers/p5-Compress-Raw-Lzma/Makefile b/archivers/p5-Compress-Raw-Lzma/Makefile
index c6521eb84382..48a2fa61aa98 100644
--- a/archivers/p5-Compress-Raw-Lzma/Makefile
+++ b/archivers/p5-Compress-Raw-Lzma/Makefile
@@ -26,8 +26,6 @@ USES= perl5
LZMALIB_LIB_DEPENDS= liblzma.so.1:${PORTSDIR}/archivers/lzmalib
post-install:
- ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Lzma/Lzma.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Lzma/Lzma.so
- ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Lzma/Lzma.so
.include <bsd.port.mk>