aboutsummaryrefslogtreecommitdiffstats
path: root/security/bro
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2017-05-17 05:05:08 +0800
committertcberner <tcberner@FreeBSD.org>2017-05-17 05:05:08 +0800
commit6b8c926d09c93045b7a597337a168b9c67c7cd90 (patch)
treeb6e9325452a7e6b186a06b4f691c416884733a19 /security/bro
parente57b177b699eaa7736cbf2871fd5f93d14cd2e81 (diff)
downloadfreebsd-ports-gnome-6b8c926d09c93045b7a597337a168b9c67c7cd90.tar.gz
freebsd-ports-gnome-6b8c926d09c93045b7a597337a168b9c67c7cd90.tar.zst
freebsd-ports-gnome-6b8c926d09c93045b7a597337a168b9c67c7cd90.zip
Fix shebangs.
Approved by: rakuco (mentor, implicit)
Diffstat (limited to 'security/bro')
-rw-r--r--security/bro/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile
index 061a2bbd1ddc..3fa125195e32 100644
--- a/security/bro/Makefile
+++ b/security/bro/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bro
PORTVERSION= 2.4.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://www.bro.org/downloads/release/
@@ -18,11 +18,13 @@ LIB_DEPENDS= libGeoIP.so:net/GeoIP
BROKEN_powerpc64= Does not build: error: zero-size array 'names'
-USES= cmake:outsource compiler:c++11-lang perl5 python ssl
+USES= cmake:outsource compiler:c++11-lang perl5 python shebangfix ssl
CMAKE_ARGS+= -D PYTHON_EXECUTABLE:PATH=${PYTHON_CMD}
CXXFLAGS+= -std=c++11 -Wextra -Wall -pedantic
+SHEBANG_FILES= aux/broctl/aux/trace-summary/trace-summary
+
SUB_FILES= pkg-message
NO_MTREE= yes