diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-12-12 05:05:56 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-12-12 05:05:56 +0000 |
commit | be62930732a2902f0cca70baa56fecf331fdf384 (patch) | |
tree | 998c22444081383973452fb1fa14e30de50c6472 /mail/ezmlm-idx/Makefile | |
parent | math/emc2: modernize port (diff) |
multiple: sync LEGAL
Sync LEGAL for djb related ports. I chose not to mark these ports as RESTRICTED
due to the mixed opinions of putting something into the public domain.
Approved by: portmgr (implicit)
Diffstat (limited to '')
-rw-r--r-- | mail/ezmlm-idx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/ezmlm-idx/Makefile b/mail/ezmlm-idx/Makefile index 68675b580ad1..a2a1f04ba69a 100644 --- a/mail/ezmlm-idx/Makefile +++ b/mail/ezmlm-idx/Makefile @@ -14,6 +14,7 @@ COMMENT= Improved version of the ezmlm mailing list manager MAKE_JOBS_UNSAFE= yes LICENSE= GPLv2 +LEGAL_TEXT= No license -- see http://cr.yp.to/softwarelaw.html USES= qmail:run @@ -29,6 +30,7 @@ MYSQL_DESC= Build the MySQL extension PGSQL_DESC= Build the PostgreSQL extension SQLITE_DESC= Build the SQLite3 extension + NO_STAGE= yes .include <bsd.port.options.mk> |