diff options
author | cjep <cjep@pkgsrc.org> | 2003-05-03 12:00:10 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-05-03 12:00:10 +0000 |
commit | fe926affc4bc9ef940814c78e1b15c07c940796c (patch) | |
tree | ebd264010e0002ef04fd361f73f813368c260096 /security | |
parent | 35c4e82a383ddbb6720de7d339b23d838922dfdb (diff) | |
download | pkgsrc-fe926affc4bc9ef940814c78e1b15c07c940796c.tar.gz |
Whitespace fix
Diffstat (limited to 'security')
-rw-r--r-- | security/logcheck/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile index 9c28ef45df8..9e29867debb 100644 --- a/security/logcheck/Makefile +++ b/security/logcheck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/05/01 20:43:41 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2003/05/03 12:00:10 cjep Exp $ DISTNAME= logcheck-1.1.1 PKGREVISION= 1 @@ -15,7 +15,7 @@ USE_PKGINSTALL= YES OWN_DIRS= /var/adm/tmp /var/adm PKG_SYSCONFSUBDIR= logcheck -EGDIR= ${PREFIX}/share/examples/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 |