diff options
Diffstat (limited to 'security/py-denyhosts/Makefile')
-rw-r--r-- | security/py-denyhosts/Makefile | 4 |
1 files changed, 3 insertions, 1 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: |