summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-03-22 06:40:07 +0000
committeradam <adam@pkgsrc.org>2021-03-22 06:40:07 +0000
commitbbf3b3b36c62424d67afe22081c1251114f693bc (patch)
treec151b78221ac25321ee0491ac502a3a19a7f2cb5 /net
parent8efe104387fc97a4889c26f7a256b484a94ef6c6 (diff)
downloadpkgsrc-bbf3b3b36c62424d67afe22081c1251114f693bc.tar.gz
ettercap: fix building ettercap-gtk
Diffstat (limited to 'net')
-rw-r--r--net/ettercap/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ettercap/Makefile.common b/net/ettercap/Makefile.common
index dff99309a00..84cd36f8565 100644
--- a/net/ettercap/Makefile.common
+++ b/net/ettercap/Makefile.common
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile.common,v 1.1 2021/03/06 11:20:56 nia Exp $
+# $NetBSD: Makefile.common,v 1.2 2021/03/22 06:40:07 adam Exp $
# used by net/ettercap/Makefile
# used by net/ettercap-gtk/Makefile
DISTNAME= ettercap-0.8.3.1
CATEGORIES= net security
MASTER_SITES= ${MASTER_SITE_GITHUB:=Ettercap/}
+GITHUB_PROJECT= ettercap # explicit for WRKSRC in net/ettercap-gtk
GITHUB_TAG= v${PKGVERSION_NOREV}
HOMEPAGE= https://www.ettercap-project.org/
@@ -22,7 +23,6 @@ TEST_TARGET= test
CMAKE_ARGS+= -DENABLE_IPV6=ON
CMAKE_ARGS+= -DENABLE_TESTS=ON
-
DISTINFO_FILE= ${.CURDIR}/../../net/ettercap/distinfo
PATCHDIR= ${.CURDIR}/../../net/ettercap/patches