summaryrefslogtreecommitdiff
path: root/net-mgmt/flowd
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-29 18:42:55 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-29 18:42:55 +0000
commite3d680161540e3bb7a9282db175feb0b9fd906cc (patch)
tree7d03da43907fbb4221ecaf682ac508ce4b0aa941 /net-mgmt/flowd
parentUpdate to 0.15.2. (diff)
- Remove now needless chmod u+w/u-w from my and unmaintained ports
Notes
Notes: svn path=/head/; revision=390932
Diffstat (limited to 'net-mgmt/flowd')
-rw-r--r--net-mgmt/flowd/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/net-mgmt/flowd/Makefile b/net-mgmt/flowd/Makefile
index 133d3368b2b3..d05deeac985a 100644
--- a/net-mgmt/flowd/Makefile
+++ b/net-mgmt/flowd/Makefile
@@ -66,9 +66,7 @@ pre-install:
.if ${PORT_OPTIONS:MPERL}
( cd ${WRKSRC}/Flowd-perl && ${MAKE_CMD} install )
- @${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Flowd/Flowd.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Flowd/Flowd.so
- @${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Flowd/Flowd.so
.endif
.if ${PORT_OPTIONS:MPYTHON}