diff options
Diffstat (limited to 'net/zenmap')
-rw-r--r-- | net/zenmap/Makefile | 4 | ||||
-rw-r--r-- | net/zenmap/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/zenmap/Makefile b/net/zenmap/Makefile index 96b863d8d23..f4db2dfa0e7 100644 --- a/net/zenmap/Makefile +++ b/net/zenmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/01/10 08:09:06 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2022/01/14 17:52:02 wiz Exp $ PKGREVISION= 1 .include "../../net/nmap/Makefile.common" @@ -11,7 +11,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/zenmap EXTRACT_ELEMENTS= ${DISTNAME}/zenmap -EGG_NAME= ${PKGNAME:C/-([^0-9])/_\1/g} +EGG_NAME= zenmap-${PKGVERSION_NOREV} # There is an ongoing effort of porting Zenmap to Python 3. See # https://github.com/nmap/nmap/issues/1176 diff --git a/net/zenmap/PLIST b/net/zenmap/PLIST index 98ef8c678c3..bfe2e649ded 100644 --- a/net/zenmap/PLIST +++ b/net/zenmap/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2022/01/10 08:09:06 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2022/01/14 17:52:02 wiz Exp $ bin/zenmap ${PYSITELIB}/radialnet/__init__.py ${PYSITELIB}/radialnet/__init__.pyc @@ -102,6 +102,7 @@ ${PYSITELIB}/radialnet/util/integration.pyo ${PYSITELIB}/radialnet/util/misc.py ${PYSITELIB}/radialnet/util/misc.pyc ${PYSITELIB}/radialnet/util/misc.pyo +${PYSITELIB}/${EGG_INFODIR} ${PYSITELIB}/zenmapCore/BasePaths.py ${PYSITELIB}/zenmapCore/BasePaths.pyc ${PYSITELIB}/zenmapCore/BasePaths.pyo |