diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 601583c3207bd23bb05d0761888aefcb5699e1c2 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /security/mirrordir/Makefile | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'security/mirrordir/Makefile')
-rw-r--r-- | security/mirrordir/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/mirrordir/Makefile b/security/mirrordir/Makefile index c25bb94811a..647425c824c 100644 --- a/security/mirrordir/Makefile +++ b/security/mirrordir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/10/04 21:58:14 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2007/02/22 19:27:07 wiz Exp $ # DISTNAME= mirrordir-0.10.49 @@ -17,6 +17,6 @@ USE_LIBTOOL= yes EGDIR= ${PREFIX}/share/examples/mirrordir -CONF_FILES= ${EGDIR}/secure-mcservusers ${PKG_SYSCONFDIR}/secure-mcservusers +CONF_FILES= ${EGDIR}/secure-mcservusers ${PKG_SYSCONFDIR}/secure-mcservusers .include "../../mk/bsd.pkg.mk" |