aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2006-07-14 12:13:50 +0000
committerPeter Pentchev <roam@FreeBSD.org>2006-07-14 12:13:50 +0000
commitcf72e85dff2b53d181da49f05ccc58f0d55c50da (patch)
treed0d97257153e198957f0ecb11a5940f1d73645bb /mail
parent7182775ca4af34c8d7343b7a88945debe1654669 (diff)
downloadports-cf72e85dff2b53d181da49f05ccc58f0d55c50da.tar.gz
ports-cf72e85dff2b53d181da49f05ccc58f0d55c50da.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/vpopmail/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile
index d10cff191f65..e4de12259e04 100644
--- a/mail/vpopmail/Makefile
+++ b/mail/vpopmail/Makefile
@@ -16,6 +16,7 @@ COMMENT= Easy virtual domain and authentication package for use with qmail
BUILD_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp
RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp
+
USE_QMAIL= yes
CONFLICTS= vpopmail-devel-5.*
@@ -221,7 +222,7 @@ CONFIGURE_ARGS+= --disable-md5-passwords
.endif
.if defined(WITH_APOP)
-BROKEN= "The WITH_APOP option is deprecated; set WITH_CLEAR_PASSWD instead, APOP will just work"
+BROKEN= The WITH_APOP option is deprecated; set WITH_CLEAR_PASSWD instead, APOP will just work
.endif
.if defined(WITH_VALIAS)
@@ -286,7 +287,7 @@ CONFIGURE_ARGS+= --disable-make-seekable
#BUILD_DEPENDS+= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin
#CONFIGURE_ARGS+= --enable-spamassassin=${LOCALBASE}/bin/spamc \
# --enable-spam-threshold=${SPAM_THRESHOLD}
-IGNORE= The SpamAssassin patch is not yet ready for the slightly reorganized vpopmail code
+IGNORE= has been slightly reorganized and the SpamAssassin patch is not ready yet
.endif
#
@@ -372,5 +373,6 @@ post-install:
.if defined(WITH_SUID_VCHKPW)
${CHMOD} ug+s ${PREFIX}/vpopmail/bin/vchkpw
.endif
+ @${TOUCH} ${QMAIL_PREFIX}/control/locals
.include <bsd.port.post.mk>