summaryrefslogtreecommitdiff
path: root/security/amavisd-new
diff options
context:
space:
mode:
authorwiz <wiz>2007-02-22 19:26:05 +0000
committerwiz <wiz>2007-02-22 19:26:05 +0000
commit0dd0ea596a01ad42bf95558677bb8b3558cfc518 (patch)
treefae33b1f36c87708a527346fcfbac7913893ed98 /security/amavisd-new
parent2040f60083a0ef86919ddcf2b21a05cd4b863326 (diff)
downloadpkgsrc-0dd0ea596a01ad42bf95558677bb8b3558cfc518.tar.gz
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'security/amavisd-new')
-rw-r--r--security/amavisd-new/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile
index 7e72064d74d..feaae237bc3 100644
--- a/security/amavisd-new/Makefile
+++ b/security/amavisd-new/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2007/02/09 02:39:40 obache Exp $
+# $NetBSD: Makefile,v 1.28 2007/02/22 19:27:07 wiz Exp $
DISTNAME= amavisd-new-${VERSION}${PATCHLEVEL}
PKGNAME= amavisd-new-${VERSION}${PATCHLEVEL:S/-//}
@@ -69,7 +69,7 @@ PKG_SUPPORTED_OPTIONS= milter
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mmilter)
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-runtime-dir=${AMAVIS_DIR:Q}
CONFIGURE_ARGS+= --with-sockname=${AMAVIS_DIR}/amavisd.sock
CONFIGURE_ARGS+= --with-user=${AMAVIS_USER:Q}
@@ -81,7 +81,7 @@ RCD_SCRIPTS+= amavismilter
MESSAGE_SRC+= ${PKGDIR}/MESSAGE.milter
PLIST_SUBST+= MILTER=
-PTHREAD_OPTS+= require native # doesn't work with pth
+PTHREAD_OPTS+= require native # doesn't work with pth
. include "../../mail/libmilter/buildlink3.mk"
. include "../../mk/pthread.buildlink3.mk"
.else