fail2ban: convert to egg.mk
This commit is contained in:
parent
45616a5b89
commit
d654101479
2 changed files with 8 additions and 7 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.17 2021/12/23 22:27:35 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2022/01/10 08:14:30 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= fail2ban-0.11.2
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=fail2ban/}
|
||||
|
||||
|
@ -124,6 +125,6 @@ post-install:
|
|||
|
||||
.include "options.mk"
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../lang/python/versioned_dependencies.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2021/10/16 19:37:01 tm Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2022/01/10 08:14:30 wiz Exp $
|
||||
bin/fail2ban-client
|
||||
bin/fail2ban-python
|
||||
bin/fail2ban-regex
|
||||
bin/fail2ban-server
|
||||
bin/fail2ban-testcases
|
||||
${PYSITELIB}/${EGG_FILE}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_FILE}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_FILE}/top_level.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/fail2ban/__init__.py
|
||||
${PYSITELIB}/fail2ban/__init__.pyc
|
||||
${PYSITELIB}/fail2ban/__init__.pyo
|
||||
|
|
Loading…
Reference in a new issue