From fd5dffd960760a28fb318dba77ec47e32f3b32ab Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 23 Oct 2005 21:54:35 +0000 Subject: Replaced $f with ${f} to fix some pkglint warnings. --- security/logcheck/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'security') diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile index f4905a31f39..cec9336021d 100644 --- a/security/logcheck/Makefile +++ b/security/logcheck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:13 tv Exp $ +# $NetBSD: Makefile,v 1.11 2005/10/23 21:55:11 rillig Exp $ DISTNAME= logcheck-1.1.1 PKGREVISION= 1 @@ -17,9 +17,8 @@ PKG_SYSCONFSUBDIR= logcheck EGDIR= ${PREFIX}/share/examples/logcheck CONF_FILES= .for f in hacking ignore violations violations.ignore -CONF_FILES+= ${EGDIR}/logcheck.$f ${PKG_SYSCONFDIR}/logcheck.$f +CONF_FILES+= ${EGDIR}/logcheck.${f} ${PKG_SYSCONFDIR}/logcheck.${f} .endfor -.undef f pre-configure: @${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old -- cgit v1.2.3