diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-29 18:42:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-29 18:42:55 +0000 |
commit | e3d680161540e3bb7a9282db175feb0b9fd906cc (patch) | |
tree | 7d03da43907fbb4221ecaf682ac508ce4b0aa941 /net-mgmt/flowd | |
parent | 8fb6d2426d86c43a04b4dce354b6dacbb79d8e26 (diff) | |
download | ports-e3d680161540e3bb7a9282db175feb0b9fd906cc.tar.gz ports-e3d680161540e3bb7a9282db175feb0b9fd906cc.zip |
Notes
Diffstat (limited to 'net-mgmt/flowd')
-rw-r--r-- | net-mgmt/flowd/Makefile | 2 |
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} |