diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-17 02:55:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-17 02:55:06 +0000 |
commit | 6ef21606b03f39af8d3a4e18e95c93092837017e (patch) | |
tree | 5bf2edf76462caafe438b773d5d96823fd28d77a /net | |
parent | Update to 1.2.1 and unbroke ports. (diff) |
IGNORE wasn't for a LICENSE issue but for download-restrictions.
Notes
Notes:
svn path=/head/; revision=70278
Diffstat (limited to 'net')
-rw-r--r-- | net/spread/Makefile | 10 | ||||
-rw-r--r-- | net/spread4/Makefile | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/net/spread/Makefile b/net/spread/Makefile index debaef0669d7..200202ba5fee 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 diff --git a/net/spread4/Makefile b/net/spread4/Makefile index debaef0669d7..200202ba5fee 100644 --- a/net/spread4/Makefile +++ b/net/spread4/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 |