summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2003-04-27 20:29:17 +0000
committercjep <cjep@pkgsrc.org>2003-04-27 20:29:17 +0000
commite62f4c99228f38bef90f08aebdaa0cf46a1a47c2 (patch)
tree4ef62ca39fd0f5b85d185bdd187af0a880c20679 /security
parent022bbd481c93c08baf89e2973c1ab5f89f46cd2f (diff)
downloadpkgsrc-e62f4c99228f38bef90f08aebdaa0cf46a1a47c2.tar.gz
Whitespace police
Diffstat (limited to 'security')
-rw-r--r--security/amavis-perl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/amavis-perl/Makefile b/security/amavis-perl/Makefile
index 72b728f77d8..9968b08ee0a 100644
--- a/security/amavis-perl/Makefile
+++ b/security/amavis-perl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/04/17 16:17:53 manu Exp $
+# $NetBSD: Makefile,v 1.6 2003/04/27 20:29:18 cjep Exp $
#
DISTNAME= amavisd-${VERSION}
@@ -61,7 +61,7 @@ CONFIGURE_ARGS+=--enable-all
CONFIGURE6ARGS+=--with-amavisuser=amavis
.if defined(USE_MILTER) && ${USE_MILTER} == "YES"
-CONFIGURE_ARGS+=--enable-milter
+CONFIGURE_ARGS+=--enable-milter
CONFIGURE_ARGS+=--with-milter-libs=${PREFIX}/lib
CONFIGURE_ARGS+=--with-milter-includes=${PREFIX}/include
.else