diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-02-20 16:21:31 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-02-20 16:21:31 +0000 |
commit | 2b463283e7cbed3bf0257cae2a3fdceb41ce167a (patch) | |
tree | e1cfcf6fb2a69d2494970639ffd94847142f1767 /mail/dbmail | |
parent | 8fa28a783e5fe78d19714b4c6bbdce2d72f774fb (diff) | |
download | ports-2b463283e7cbed3bf0257cae2a3fdceb41ce167a.tar.gz ports-2b463283e7cbed3bf0257cae2a3fdceb41ce167a.zip |
Remove quotes from BROKEN and IGNORE as they are not required
Reset maintainer due to mail bounce
Notes
Notes:
svn path=/head/; revision=291947
Diffstat (limited to 'mail/dbmail')
-rw-r--r-- | mail/dbmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile index 63cd45e405a0..6aac55794775 100644 --- a/mail/dbmail/Makefile +++ b/mail/dbmail/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.2.17 CATEGORIES= mail MASTER_SITES= http://www.dbmail.org/download/2.2/ -MAINTAINER= mark_sf@kikg.ifmo.ru +MAINTAINER= ports@FreeBSD.org COMMENT= An SQL database-based mail system (POP3 and IMAP) LIB_DEPENDS= gmime-2.0.4:${PORTSDIR}/mail/gmime2 @@ -102,7 +102,7 @@ PLIST_SUB+= LDAP="@comment " .endif .if defined(WITHOUT_MYSQL) && !defined(WITH_POSTGRESQL) && !defined(WITH_SQLITE) -IGNORE="requires at least one database backend selected. Run 'make config'" +IGNORE= requires at least one database backend selected. Run 'make config' .endif post-patch: |