aboutsummaryrefslogtreecommitdiffstats
path: root/mail/tpop3d
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-03-12 23:19:51 +0800
committersem <sem@FreeBSD.org>2005-03-12 23:19:51 +0800
commitfed461a54f5b3a8e9c6abedf52ce9121513be068 (patch)
treec895a7f88c8facc362de8e01265168c2b1ce165f /mail/tpop3d
parentd154bb414010741caf5d5ed3d469357d94ec7505 (diff)
downloadfreebsd-ports-graphics-fed461a54f5b3a8e9c6abedf52ce9121513be068.tar.gz
freebsd-ports-graphics-fed461a54f5b3a8e9c6abedf52ce9121513be068.tar.zst
freebsd-ports-graphics-fed461a54f5b3a8e9c6abedf52ce9121513be068.zip
- 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)
Diffstat (limited to 'mail/tpop3d')
-rw-r--r--mail/tpop3d/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile
index 9427970fb87..5e34033075e 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