diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-14 09:37:56 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-14 10:55:21 +0000 |
commit | bf8bdf3934966961352596cc5bd7c21a58b4ca65 (patch) | |
tree | f7843add84cec05ec788d961165ed815191d47f2 | |
parent | fb9720f20f94d771ce48014f4f5403d4afffb93f (diff) |
net-mgmt/ettercap: Fix CPE information because current one is deprecated
Approved by: portmgr (blanket)
-rw-r--r-- | net-mgmt/ettercap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile index 07662ce19b21..76095e5a0671 100644 --- a/net-mgmt/ettercap/Makefile +++ b/net-mgmt/ettercap/Makefile @@ -30,7 +30,7 @@ DOCS= AUTHORS CHANGELOG README README.BINARIES README.BUGS \ README.GIT README.PLATFORMS THANKS TODO TODO.TESTING \ doc/capture doc/decoders doc/dissectors doc/plugins doc/threads -CPE_VENDOR= ettercap_project +CPE_VENDOR= ettercap-project OPTIONS_DEFINE= DESKTOP DOCS GTK3 IPV6 NCURSES PCRE PLUGINS SSL UTF8 OPTIONS_DEFAULT=GTK3 NCURSES PCRE PLUGINS SSL UTF8 |