From 22134b5756abc3ecae56d38bcdb1c112bc598aa7 Mon Sep 17 00:00:00 2001 From: taca Date: Mon, 20 Aug 2007 07:31:38 +0000 Subject: [PATCH] Replace python's path in RCD_SCRIPTS, files/denyhosts. Bump PKGREVISION. --- security/py-denyhosts/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/security/py-denyhosts/Makefile b/security/py-denyhosts/Makefile index b568c57ab583..4c61f0a4c5c9 100644 --- a/security/py-denyhosts/Makefile +++ b/security/py-denyhosts/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2007/08/18 15:10:38 taca Exp $ +# $NetBSD: Makefile,v 1.3 2007/08/20 07:31:38 taca Exp $ # VER= 2.6 DISTNAME= DenyHosts-${VER} PKGNAME= ${PYPKGPREFIX}-denyhosts-${VER} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=denyhosts/} @@ -20,6 +20,8 @@ PYTHON_VERSIONS_ACCEPTED= 24 23 CONF_FILES+= ${PREFIX}/share/denyhosts/denyhosts.cfg-dist \ ${PREFIX}/etc/denyhosts.conf +FILES_SUBST+= PYTHONBIN=${PYTHONBIN:Q} + SUBST_CLASSES+= cf SUBST_STAGE.cf= post-configure SUBST_VARS.cf= VARBASE PREFIX VARBASE PKG_SYSCONFDIR PYTHONBIN