diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2012-12-06 01:59:29 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2012-12-06 01:59:29 +0000 |
commit | 72aa8a000223cb1faa5d838b516ec629da10f023 (patch) | |
tree | 2401a0d3fc881d6430ee98ddd209ee4187eb32d9 /security/bro | |
parent | d41fc28ea5f36f0a16dee75878af09ac38772f1d (diff) | |
download | ports-72aa8a000223cb1faa5d838b516ec629da10f023.tar.gz ports-72aa8a000223cb1faa5d838b516ec629da10f023.zip |
Notes
Diffstat (limited to 'security/bro')
-rw-r--r-- | security/bro/files/patch-aux-broccoli-CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/bro/files/patch-aux-broccoli-CMakeLists.txt b/security/bro/files/patch-aux-broccoli-CMakeLists.txt new file mode 100644 index 000000000000..80978b91225c --- /dev/null +++ b/security/bro/files/patch-aux-broccoli-CMakeLists.txt @@ -0,0 +1,14 @@ +--- aux/broccoli/CMakeLists.txt.orig 2012-12-06 09:29:33.000000000 +0800 ++++ aux/broccoli/CMakeLists.txt 2012-12-06 09:29:58.000000000 +0800 +@@ -98,11 +98,6 @@ + + include(InstallPackageConfigFile) + +-InstallPackageConfigFile( +- ${CMAKE_CURRENT_SOURCE_DIR}/broccoli.conf +- ${BRO_SYSCONF_DIR} +- broccoli.conf) +- + install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/broccoli-config DESTINATION bin) + + ######################################################################## |