diff options
author | taca <taca@pkgsrc.org> | 2011-04-29 16:51:27 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-04-29 16:51:27 +0000 |
commit | 8e39c26fec16a88d199a64afe3066a6081fb2f5a (patch) | |
tree | 869db3fb316d473d14cbae7882743512d8aefd6d /security | |
parent | 5162bdf1468a8f4d48b2245966d19fed0487f10e (diff) | |
download | pkgsrc-8e39c26fec16a88d199a64afe3066a6081fb2f5a.tar.gz |
More replace interpreter.
Diffstat (limited to 'security')
-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 |