summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-03-12 15:19:51 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-03-12 15:19:51 +0000
commit97cfaa5ff5b19558e842020ec2d8cb68ff26cc8c (patch)
tree015f308de1ad0f520dd036abf19322a432cc9008 /mail
parentUpdate to 0.11. (diff)
- Minor changes to be sure Maildir will be properly compiled
if options was changed. -Pass maintainership to submitter PR: ports/78723 Submitted by: Boris Kovalenko <boris@tagnet.ru> Approved by: Chris Elsworth <chris@shagged.org> (maintainer)
Notes
Notes: svn path=/head/; revision=131025
Diffstat (limited to 'mail')
-rw-r--r--mail/tpop3d/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile
index 9427970fb872..5e34033075e9 100644
--- a/mail/tpop3d/Makefile
+++ b/mail/tpop3d/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.ex-parrot.com/~chris/tpop3d/
-MAINTAINER= chris@shagged.org
+MAINTAINER= boris@tagnet.ru
COMMENT= Virtual-domain capable POP3 server supporting MySQL,PgSQL etc auth
USE_OPENSSL= yes
@@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --enable-auth-perl
CONFIGURE_ARGS+= --enable-auth-flatfile
.endif
-.if !defined(WITHOUT_MAILDIR)
+.if defined(WITH_MAILDIR) && !defined(WITHOUT_MAILDIR)
CONFIGURE_ARGS+= --enable-mbox-maildir
.endif