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 | |
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-- | dns/djbdns/Makefile | 2 | ||||
-rw-r--r-- | mail/ezmlm-idx/Makefile | 2 | ||||
-rw-r--r-- | mail/ezmlm/Makefile | 2 | ||||
-rw-r--r-- | mail/serialmail/Makefile | 2 | ||||
-rw-r--r-- | math/djbfft/Makefile | 2 |
5 files changed, 9 insertions, 1 deletions
diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile index 9414237b9bec..541c85f451e7 100644 --- a/dns/djbdns/Makefile +++ b/dns/djbdns/Makefile @@ -16,6 +16,8 @@ COMMENT?= A collection of secure and reliable DNS tools RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools \ tcpserver:${PORTSDIR}/sysutils/ucspi-tcp +LEGAL_TEXT= No license -- see http://cr.yp.to/softwarelaw.html + OPTIONS_DEFINE= DUMPCACHE IP6 IGNOREIP JUMBO MAN PERSISTENT_MMAP SRV DNSCURVE ADD_USERS OPTIONS_DEFAULT= MAN DUMPCACHE_DESC= persistent cache for dnscache 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> diff --git a/mail/ezmlm/Makefile b/mail/ezmlm/Makefile index db3954673755..a1621fa734cc 100644 --- a/mail/ezmlm/Makefile +++ b/mail/ezmlm/Makefile @@ -16,6 +16,8 @@ MASTER_SITES= http://cr.yp.to/software/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Easy-to-use, high-speed mailing list manager for qmail +LEGAL_TEXT= No license -- see http://cr.yp.to/softwarelaw.html + USES= qmail:run USE_GCC= any diff --git a/mail/serialmail/Makefile b/mail/serialmail/Makefile index 906d2a3eaffb..65e0a4e40c5e 100644 --- a/mail/serialmail/Makefile +++ b/mail/serialmail/Makefile @@ -20,7 +20,7 @@ USES= qmail:run NO_STAGE= yes OPTIONS_SUB= yes -RESTRICTED= Unsure of DJB license +LEGAL_TEXT= No license -- see http://cr.yp.to/softwarelaw.html ALL_TARGET= it diff --git a/math/djbfft/Makefile b/math/djbfft/Makefile index d3f5676daa3d..f9cad28d137c 100644 --- a/math/djbfft/Makefile +++ b/math/djbfft/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://cr.yp.to/djbfft/ MAINTAINER= multimedia@FreeBSD.org COMMENT= An extremely fast library for floating-point convolution +LEGAL_TEXT= No license -- see http://cr.yp.to/softwarelaw.html + DISABLE_SIZE= yes ALL_TARGET= INSTALL_TARGET=setup check |