aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2004-10-25 19:05:01 +0800
committermat <mat@FreeBSD.org>2004-10-25 19:05:01 +0800
commit2c3dba16d7fc8d8664434d4b78ef2c0bbf364331 (patch)
tree05f11336d79edd3e7fbae4214269485cab68febc /mail
parent7f133775ff906cd85baf99fe86806c0e1bfc76e3 (diff)
downloadfreebsd-ports-gnome-2c3dba16d7fc8d8664434d4b78ef2c0bbf364331.tar.gz
freebsd-ports-gnome-2c3dba16d7fc8d8664434d4b78ef2c0bbf364331.tar.zst
freebsd-ports-gnome-2c3dba16d7fc8d8664434d4b78ef2c0bbf364331.zip
Have it configure without questions when DBI is installed.
Pointed out by: marck
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-Mail-SpamAssassin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/p5-Mail-SpamAssassin/Makefile b/mail/p5-Mail-SpamAssassin/Makefile
index 11b0a5927b0a..7e34e4fe7343 100644
--- a/mail/p5-Mail-SpamAssassin/Makefile
+++ b/mail/p5-Mail-SpamAssassin/Makefile
@@ -75,6 +75,7 @@ post-patch:
@${FIND} ${WRKSRC} -name \*.orig -delete
@${SED} -e 's#B_CONFDIR)/local.cf#B_CONFDIR)/local.cf.sample#g' \
-e 's#B_CONFDIR)/init.pre#B_CONFDIR)/init.pre.sample#g' \
+ -e 's/require DBI/0/' \
${WRKSRC}/Makefile.PL > ${WRKSRC}/Makefile.PL.sed
@${MV} ${WRKSRC}/Makefile.PL.sed ${WRKSRC}/Makefile.PL