From 964c87d83abeb8fd0887e8b4992bbd3f5ad561fd Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sat, 28 May 2011 19:04:14 +0200 Subject: [PATCH] spamassassin: fixed to use frameworks automatic perl build handling --- mail/spamassassin/spamassassin.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mail/spamassassin/spamassassin.conf b/mail/spamassassin/spamassassin.conf index 330f7cded..7b9c7bc65 100644 --- a/mail/spamassassin/spamassassin.conf +++ b/mail/spamassassin/spamassassin.conf @@ -2,6 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../spamassassin/spamassassin.conf +# Copyright (C) 2011 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -17,4 +18,6 @@ runconf=0 sysconfdir=/etc/spamassassin -hook_add premake 3 "perl Makefile.PL CONFDIR=$sysconfdir ENABLE_SSL=yes" +var_append plconfopt ' ' "CONFDIR=$sysconfdir" + +var_append plconfopt ' ' "ENABLE_SSL=yes"