diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-14 17:51:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-14 17:51:50 +0000 |
commit | a028b518d96637fffbc33f087a266e268cdabab1 (patch) | |
tree | 9097bf442a0acd8dbd0f2b7caaf04adbc08416a7 /net/zenmap | |
parent | 13458a4f98e39890dc6812ef31268e57ccb161fd (diff) | |
download | pkgsrc-a028b518d96637fffbc33f087a266e268cdabab1.tar.gz |
*: python2 egg files are back, add them to the PLISTs
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 |