summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-11-26 14:41:48 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-11-26 14:41:48 +0000
commitf437c1acfa984b1f0f0544c1da5bb033ccab3041 (patch)
tree7e1199df1030d3fdf25bf76bb61d8a6b85b21fa2 /mail
parentUpdate to 10.11 (diff)
Remove %%SQL%% from your nice ps output
Reported by: Florent Thoumie <flz@xbsd.org>
Notes
Notes: svn path=/head/; revision=122500
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-Mail-SpamAssassin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/p5-Mail-SpamAssassin/Makefile b/mail/p5-Mail-SpamAssassin/Makefile
index 3315783d163e..15906da0dc36 100644
--- a/mail/p5-Mail-SpamAssassin/Makefile
+++ b/mail/p5-Mail-SpamAssassin/Makefile
@@ -90,6 +90,8 @@ SED_SCRIPT= -e 's|%%PREFIX%%|${PREFIX}|g' \
-e 's|%%RC_SUBR%%|${RC_SUBR}|g'
.if defined(WITH_SQLDB)
SED_SCRIPT+= -e 's|%%SQL%%|-Q|g'
+.else
+SED_SCRIPT+= -e 's|%%SQL%%||g'
.endif
pre-patch: