diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/py-denyhosts/Makefile | 4 | ||||
-rw-r--r-- | security/py-tlslite/Makefile | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/security/py-denyhosts/Makefile b/security/py-denyhosts/Makefile index e258896dcb1..6418c1358ec 100644 --- a/security/py-denyhosts/Makefile +++ b/security/py-denyhosts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/04/29 16:51:27 taca Exp $ +# $NetBSD: Makefile,v 1.6 2012/10/03 23:40:37 cheusov Exp $ # VER= 2.6 @@ -30,6 +30,8 @@ REPLACE_PYTHON= daemon-control-dist plugins/test_deny.py setup.py REPLACE_PYTHON+= scripts/restricted_from_invalid.py REPLACE_PYTHON+= scripts/restricted_from_passwd.py +PYTHON_SELF_CONFLICT= yes + RCD_SCRIPTS+= denyhosts post-configure: diff --git a/security/py-tlslite/Makefile b/security/py-tlslite/Makefile index 1fe9fdb0684..623ba0e3356 100644 --- a/security/py-tlslite/Makefile +++ b/security/py-tlslite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/10/29 06:22:20 obache Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/03 23:40:38 cheusov Exp $ # DISTNAME= tlslite-0.3.8 @@ -13,6 +13,7 @@ COMMENT= SSL 3.0, TLS 1.0, and TLS 1.1 in Python LICENSE= public-domain PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_SELF_CONFLICT= yes USE_LANGUAGES= # none |