aboutsummaryrefslogtreecommitdiff
path: root/mail/spamassassin/pkg-plist
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2016-11-07 00:59:19 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2016-11-07 00:59:19 +0000
commit270ceb1c435ad3ebf798890426b7c68e90d33316 (patch)
tree7c035733a51e9dfb78a4ba1226990f64be4f4aab /mail/spamassassin/pkg-plist
parent85a13471515be1d05d6a3c9658f1fac72e24a59b (diff)
downloadports-270ceb1c435ad3ebf798890426b7c68e90d33316.tar.gz
ports-270ceb1c435ad3ebf798890426b7c68e90d33316.zip
Follow up to r425497. sa-update isn't the problem, it's sa-update in
the plist. Remove the UPDATE_ON_INSTALL option entirely, and just add a blurb to the pkg-message instructing people to run sa-update and sa-compile manually. Thanks to Matthew Fuller for prodding a better solution.
Notes
Notes: svn path=/head/; revision=425590
Diffstat (limited to 'mail/spamassassin/pkg-plist')
-rw-r--r--mail/spamassassin/pkg-plist2
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/spamassassin/pkg-plist b/mail/spamassassin/pkg-plist
index 663c5b15f793..d2bb038b60bb 100644
--- a/mail/spamassassin/pkg-plist
+++ b/mail/spamassassin/pkg-plist
@@ -221,5 +221,3 @@ lib/libspamc.so.0
@postunexec pw usershow "%%USER%%" 2>/dev/null 1>&2 && echo "To delete %%USER%% permanently, 'rmuser %%USER%%'"
@postunexec pw usershow "%%USER%%" 2>/dev/null 1>&2 && [ -d /var/spool/spamd ] && echo " Note that this will remove /var/spool/spamd"
@comment ##################################################################
-@postexec if [ "%%UPDATE_ON_INSTALL%%" = "yes" ]; then echo "====> Downloading SpamAssassin rulesets"; %%PREFIX%%/bin/spamassassin -x -L --lint; %%PREFIX%%/bin/sa-update || true; fi
-@postexec if [ "%%UPDATE_ON_INSTALL%%" = "yes" ]; then echo "====> Compiling SpamAssassin rulesets"; %%PREFIX%%/bin/spamassassin -x -L --lint; %%PREFIX%%/bin/sa-compile || true; fi