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/dbmail21 | |
parent | - Mark MAKE_JOBS_UNSAFE since this failed with MAKE_JOBS for me (diff) |
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/dbmail21')
-rw-r--r-- | mail/dbmail21/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dbmail21/Makefile b/mail/dbmail21/Makefile index 40904a73d711..c4cd976ad337 100644 --- a/mail/dbmail21/Makefile +++ b/mail/dbmail21/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= http://www.dbmail.org/download/2.1/ -MAINTAINER= mark_sf@kikg.ifmo.ru +MAINTAINER= ports@FreeBSD.org COMMENT= An SQL database-based mail system (POP3 and IMAP) CONFLICTS= dbmail-*-2.0.* dbmail-2.2.* @@ -102,7 +102,7 @@ USE_OPENLDAP= yes .endif .if defined(WITHOUT_MYSQL) && defined(WITHOUT_POSTGRESQL) && defined(WITHOUT_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: |