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 /math/djbfft | |
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)
Notes
Notes:
svn path=/head/; revision=336244
Diffstat (limited to 'math/djbfft')
-rw-r--r-- | math/djbfft/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |