diff options
Diffstat (limited to 'security/py-denyhosts/Makefile')
-rw-r--r-- | security/py-denyhosts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-denyhosts/Makefile b/security/py-denyhosts/Makefile index 8e3555f93f0..e258896dcb1 100644 --- a/security/py-denyhosts/Makefile +++ b/security/py-denyhosts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/04/25 20:39:11 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2011/04/29 16:51:27 taca Exp $ # VER= 2.6 @@ -26,7 +26,7 @@ SUBST_STAGE.cf= post-configure SUBST_VARS.cf= VARBASE PREFIX VARBASE PKG_SYSCONFDIR PYTHONBIN SUBST_FILES.cf= setup.py denyhosts.cfg-dist daemon-control-dist -REPLACE_PYTHON= plugins/test_deny.py +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 |