diff options
author | rillig <rillig@pkgsrc.org> | 2005-10-23 21:54:35 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-10-23 21:54:35 +0000 |
commit | fd5dffd960760a28fb318dba77ec47e32f3b32ab (patch) | |
tree | cc7086d37f8d9e18317ce6a81d330db4a9c8f2c5 /security/logcheck | |
parent | 437d44e6affcf45e96bc55aa6856fcb4f414d37e (diff) | |
download | pkgsrc-fd5dffd960760a28fb318dba77ec47e32f3b32ab.tar.gz |
Replaced $f with ${f} to fix some pkglint warnings.
Diffstat (limited to 'security/logcheck')
-rw-r--r-- | security/logcheck/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 |