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 /net | |
parent | 850c4317f95a3dd1f67f4492a7a45ebc722b7fe9 (diff) | |
download | ports-26f58ed1c0cab0bd529c1b8e75d4fee11a8d80f7.tar.gz ports-26f58ed1c0cab0bd529c1b8e75d4fee11a8d80f7.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Filesys-SmbClient/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Net-Libdnet/Makefile | 2 | ||||
-rw-r--r-- | net/p5-XML-Fast/Makefile | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/net/p5-Filesys-SmbClient/Makefile b/net/p5-Filesys-SmbClient/Makefile index 81a0477b4abf..fa203cf4df5f 100644 --- a/net/p5-Filesys-SmbClient/Makefile +++ b/net/p5-Filesys-SmbClient/Makefile @@ -22,8 +22,6 @@ post-patch: ${WRKSRC}/Makefile.PL post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Filesys/SmbClient/SmbClient.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Filesys/SmbClient/SmbClient.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Filesys/SmbClient/SmbClient.so .include <bsd.port.mk> diff --git a/net/p5-Net-Libdnet/Makefile b/net/p5-Net-Libdnet/Makefile index 204212977008..7ea451ecd33f 100644 --- a/net/p5-Net-Libdnet/Makefile +++ b/net/p5-Net-Libdnet/Makefile @@ -25,8 +25,6 @@ post-patch: @${REINPLACE_CMD} -e 's|dumbnet|dnet|g' ${WRKSRC}/Libdnet.xs post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/Libdnet/Libdnet.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/Libdnet/Libdnet.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/Libdnet/Libdnet.so .include <bsd.port.mk> diff --git a/net/p5-XML-Fast/Makefile b/net/p5-XML-Fast/Makefile index 202ffec942d8..7ca2360074c5 100644 --- a/net/p5-XML-Fast/Makefile +++ b/net/p5-XML-Fast/Makefile @@ -18,8 +18,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/Fast/Fast.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/Fast/Fast.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/Fast/Fast.so .include <bsd.port.mk> |