aboutsummaryrefslogtreecommitdiff
path: root/archivers/p5-Compress-Raw-Zlib
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-Zlib
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-Zlib')
-rw-r--r--archivers/p5-Compress-Raw-Zlib/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/archivers/p5-Compress-Raw-Zlib/Makefile b/archivers/p5-Compress-Raw-Zlib/Makefile
index 28358dee43b3..868bf24d485c 100644
--- a/archivers/p5-Compress-Raw-Zlib/Makefile
+++ b/archivers/p5-Compress-Raw-Zlib/Makefile
@@ -24,8 +24,6 @@ post-patch:
@${REINPLACE_CMD} -e '/^BUILD_ZLIB/ s|True|False|; /^INCLUDE/ s|= .*$$|= ${INCLUDEDIR}|; /^LIB/ s|= .*$$|= ${LIBDIR}|' ${WRKSRC}/config.in
post-install:
- ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Zlib/Zlib.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Zlib/Zlib.so
- ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Zlib/Zlib.so
.include <bsd.port.mk>