- 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)
This commit is contained in:
Sergey Matveychuk 2005-03-12 15:19:51 +00:00
parent 2241f4cfb7
commit 97cfaa5ff5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131025

View file

@ -11,7 +11,7 @@ PORTREVISION= 1
CATEGORIES= mail CATEGORIES= mail
MASTER_SITES= http://www.ex-parrot.com/~chris/tpop3d/ 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 COMMENT= Virtual-domain capable POP3 server supporting MySQL,PgSQL etc auth
USE_OPENSSL= yes USE_OPENSSL= yes
@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --enable-auth-perl
CONFIGURE_ARGS+= --enable-auth-flatfile CONFIGURE_ARGS+= --enable-auth-flatfile
.endif .endif
.if !defined(WITHOUT_MAILDIR) .if defined(WITH_MAILDIR) && !defined(WITHOUT_MAILDIR)
CONFIGURE_ARGS+= --enable-mbox-maildir CONFIGURE_ARGS+= --enable-mbox-maildir
.endif .endif