diff options
author | kris <kris@FreeBSD.org> | 2006-09-04 01:36:56 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-04 01:36:56 +0800 |
commit | 0c1038c3adb61fead8eeb34d44cece2263d6540d (patch) | |
tree | 291f18aab170c7c1e52c05b6022ea59e7bb90be4 /math/djbfft | |
parent | fcefa1a58e4fe92c8814e797b578467fceecb56a (diff) | |
download | freebsd-ports-gnome-0c1038c3adb61fead8eeb34d44cece2263d6540d.tar.gz freebsd-ports-gnome-0c1038c3adb61fead8eeb34d44cece2263d6540d.tar.zst freebsd-ports-gnome-0c1038c3adb61fead8eeb34d44cece2263d6540d.zip |
RESTRICTED is intended here instead of NO_PACKAGE
Diffstat (limited to 'math/djbfft')
-rw-r--r-- | math/djbfft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/djbfft/Makefile b/math/djbfft/Makefile index 6c57f1a78017..c9f38d43dfef 100644 --- a/math/djbfft/Makefile +++ b/math/djbfft/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://cr.yp.to/djbfft/ MAINTAINER= lioux@FreeBSD.org COMMENT= An extremely fast library for floating-point convolution -NO_PACKAGE= Forbidden - we have patches to the distribution. +RESTRICTED= Forbidden to redistribute - we have patches to the distribution. DISABLE_SIZE= yes ALL_TARGET= |