summaryrefslogtreecommitdiff
path: root/security/amavis-perl
diff options
context:
space:
mode:
authorcjep <cjep>2003-04-27 20:29:17 +0000
committercjep <cjep>2003-04-27 20:29:17 +0000
commit9f39e34a6ec5785267fc997df9109f0fa45c8443 (patch)
tree4ef62ca39fd0f5b85d185bdd187af0a880c20679 /security/amavis-perl
parentf9b613be0eb68e5fadd6f7a6bdfce2d774f45dce (diff)
downloadpkgsrc-9f39e34a6ec5785267fc997df9109f0fa45c8443.tar.gz
Whitespace police
Diffstat (limited to 'security/amavis-perl')
-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