diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-21 08:57:20 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-21 08:57:20 +0000 |
commit | 14864abf84a1878113b2eb5fc3d0fb0719d63132 (patch) | |
tree | 133b7001441a24c68b1d0f471725ca25a0d0ef24 /net/ntop/Makefile | |
parent | 60f77099e1b8ba0ba4b6546bbea1a83862854656 (diff) |
Notes
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r-- | net/ntop/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 55cf66eac601..a78fcf5fc05c 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -3,7 +3,7 @@ PORTNAME= ntop PORTVERSION= 5.0.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Stable @@ -23,7 +23,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ DBDIR?= /var/db -USES= autoreconf:build cpe gmake libtool python ssl +USES= autoreconf:build cpe gmake libtool python shebangfix ssl +SHEBANG_FILES= python/sankey.py USE_GNOME= libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -71,6 +72,7 @@ pre-install: @cd ${WRKSRC} && ${MAKE_CMD} dnetter post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so ${STAGEDIR}${PREFIX}/lib/ntop/plugins/*.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so \ + ${STAGEDIR}${PREFIX}/lib/ntop/plugins/*.so .include <bsd.port.mk> |