diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-30 07:14:02 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-30 07:14:02 +0000 |
commit | 32030a1eda9b787394b06fe9add6a4d955a8e797 (patch) | |
tree | 13092b44876eff3913704bbe2f054e3c921170f8 /net-mgmt/ettercap/Makefile | |
parent | 66f459288a90bc4932037adcd8b3fac1874eb452 (diff) | |
download | ports-32030a1eda9b787394b06fe9add6a4d955a8e797.tar.gz ports-32030a1eda9b787394b06fe9add6a4d955a8e797.zip |
Notes
Diffstat (limited to 'net-mgmt/ettercap/Makefile')
-rw-r--r-- | net-mgmt/ettercap/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile index 3d78ff56b445..203726c2c892 100644 --- a/net-mgmt/ettercap/Makefile +++ b/net-mgmt/ettercap/Makefile @@ -3,9 +3,9 @@ PORTNAME= ettercap PORTVERSION= 0.8.3.1 -DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= net-mgmt security +MASTER_SITES= https://github.com/Ettercap/ettercap/releases/download/v${PORTVERSION}/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Network sniffer/interceptor/injector/logger for switched LANs @@ -41,9 +41,6 @@ DOCS= AUTHORS CHANGELOG README README.BINARIES README.BUGS \ CPE_VENDOR= ettercap_project -GH_ACCOUNT= Ettercap -USE_GITHUB= yes - DESKTOP_CMAKE_BOOL= INSTALL_DESKTOP DESKTOP_USES= desktop-file-utils NCURSES_CMAKE_BOOL= ENABLE_CURSES |