aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-Mail-SpamAssassin
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2004-11-26 22:58:35 +0800
committermat <mat@FreeBSD.org>2004-11-26 22:58:35 +0800
commit0eca5a873691b3d5ef4f38ffa283791a1728bf7f (patch)
tree4b93ee1e63b0cb5cf1c7e70efbdc321dde432d39 /mail/p5-Mail-SpamAssassin
parentff88a04666dad61914048a2f62d8a1695de7a7e6 (diff)
downloadfreebsd-ports-gnome-0eca5a873691b3d5ef4f38ffa283791a1728bf7f.tar.gz
freebsd-ports-gnome-0eca5a873691b3d5ef4f38ffa283791a1728bf7f.tar.zst
freebsd-ports-gnome-0eca5a873691b3d5ef4f38ffa283791a1728bf7f.zip
Now really correct the SQL use thing by setting a variable and actually using
it and not another. Reported by: ale
Diffstat (limited to 'mail/p5-Mail-SpamAssassin')
-rw-r--r--mail/p5-Mail-SpamAssassin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-Mail-SpamAssassin/Makefile b/mail/p5-Mail-SpamAssassin/Makefile
index 15906da0dc36..93c7288d4347 100644
--- a/mail/p5-Mail-SpamAssassin/Makefile
+++ b/mail/p5-Mail-SpamAssassin/Makefile
@@ -88,7 +88,7 @@ PORTDOCS= ${DOCS} ${DOCSSQL:S|^|sql/|} ${DOCSCONTRIB:S|^|contrib/|} ${DOCSLDAP:S
USE_RC_SUBR= yes
SED_SCRIPT= -e 's|%%PREFIX%%|${PREFIX}|g' \
-e 's|%%RC_SUBR%%|${RC_SUBR}|g'
-.if defined(WITH_SQLDB)
+.if defined(USE_SQLDB)
SED_SCRIPT+= -e 's|%%SQL%%|-Q|g'
.else
SED_SCRIPT+= -e 's|%%SQL%%||g'