diff options
-rw-r--r-- | mail/spamd/Makefile | 2 | ||||
-rw-r--r-- | mail/spamd/files/obspamd.in | 2 | ||||
-rw-r--r-- | mail/spamd/pkg-descr | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/mail/spamd/Makefile b/mail/spamd/Makefile index 06aa9dac9977..7a8cf0f4117b 100644 --- a/mail/spamd/Makefile +++ b/mail/spamd/Makefile @@ -7,7 +7,7 @@ PORTNAME= spamd PORTVERSION= 4.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= BERLIOS MASTER_SITE_SUBDIR=freebsdspamd diff --git a/mail/spamd/files/obspamd.in b/mail/spamd/files/obspamd.in index c6cad28309b7..92d9784962da 100644 --- a/mail/spamd/files/obspamd.in +++ b/mail/spamd/files/obspamd.in @@ -56,7 +56,7 @@ obspamd_postcmd() if [ -x %%PREFIX%%/sbin/spamd-setup ]; then if [ -r %%PREFIX%%/etc/spamd/spamd.conf ]; then echo "${obspamd_flags}" | egrep "(^\-b| \-b)" 2>&1 > /dev/null - if [ $? ]; then + if [ $? -eq 0 ]; then %%PREFIX%%/sbin/spamd-setup -bD else %%PREFIX%%/sbin/spamd-setup -D diff --git a/mail/spamd/pkg-descr b/mail/spamd/pkg-descr index af7c85e1a90f..a4307a25ccea 100644 --- a/mail/spamd/pkg-descr +++ b/mail/spamd/pkg-descr @@ -17,5 +17,3 @@ spamd considers sending hosts to be of three types: when they try to deliver mail. WWW: http://freebsdspamd.berlios.de/ - --Alex <samm@os2.kiev.ua> |