aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2004-03-09 09:09:46 +0800
committerlioux <lioux@FreeBSD.org>2004-03-09 09:09:46 +0800
commit9daa6a01f63705d8722d806fa0e0cf6340e05bc0 (patch)
tree2c1bf3618bc0e3ab8100df8ee137a836bd1e3a80
parentd8ddeb3d98039b9450fe6c005ff3b5b04913fcac (diff)
downloadfreebsd-ports-gnome-9daa6a01f63705d8722d806fa0e0cf6340e05bc0.tar.gz
freebsd-ports-gnome-9daa6a01f63705d8722d806fa0e0cf6340e05bc0.tar.zst
freebsd-ports-gnome-9daa6a01f63705d8722d806fa0e0cf6340e05bc0.zip
o Fix download from open servers (non FreeBSD backup servers):
- Replace USE_SIZE with DISABLE_SIZE so that it is possible to use fetch(1) to download distfile from open servers which are not reporting distfile size PR: 63725 Submitted by: Jason Harris <jharris@widomaker.com>
-rw-r--r--math/djbfft/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/djbfft/Makefile b/math/djbfft/Makefile
index 448a431e797a..8ae49175cc91 100644
--- a/math/djbfft/Makefile
+++ b/math/djbfft/Makefile
@@ -15,7 +15,7 @@ COMMENT= An extremely fast library for floating-point convolution
NO_PACKAGE= Forbidden - we have patches to the distribution.
-USE_SIZE= yes
+DISABLE_SIZE= yes
ALL_TARGET=
INSTALL_TARGET=setup check
USE_PERL5_BUILD=yes