diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-17 02:55:06 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-17 02:55:06 +0000 |
commit | 1dcadbbfe7f1b912c5fbed0d0951cd1e240641ac (patch) | |
tree | 7e7752f72bef091a21dea36a3661afaf5a6898fd /net/spread | |
parent | b197292a222679e795113b340f258069a5ff92fa (diff) | |
download | FreeBSD-ports-1dcadbbfe7f1b912c5fbed0d0951cd1e240641ac.zip FreeBSD-ports-1dcadbbfe7f1b912c5fbed0d0951cd1e240641ac.tar.gz |
IGNORE wasn't for a LICENSE issue but for download-restrictions.
Diffstat (limited to 'net/spread')
-rw-r--r-- | net/spread/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/spread/Makefile b/net/spread/Makefile index debaef0..200202b 100644 --- a/net/spread/Makefile +++ b/net/spread/Makefile @@ -31,11 +31,11 @@ MAKE_ARGS+= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS} .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= May not be automatically fetched due to licensin restrictions.\ - You MUST manually fetch the version after reading\ - and agreeing to the license at:\ - http://www.cnds.jhu.edu/download/download_spread.cgi\ - Once it has been downloaded, move it to ${DISTDIR}\ +IGNORE= May not be automatically fetched due to downloading \ + restrictions. You MUST manually fetch the version \ + after submitting the form at: \ + http://www.cnds.jhu.edu/download/download_spread.cgi \ + Once it has been downloaded, move it to ${DISTDIR} \ and restart this build. .endif |