diff options
author | edwin <edwin@FreeBSD.org> | 2002-12-11 05:49:10 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-12-11 05:49:10 +0000 |
commit | 13296ec43523018be211c7f9f913be4661cc8663 (patch) | |
tree | 3c4384833b4920f7c51c1f5a5a00dd633f750408 /net/spread | |
parent | 2cdc67cc61d90aeaea35cd5bbec2a2a1df84f75b (diff) | |
download | FreeBSD-ports-13296ec43523018be211c7f9f913be4661cc8663.zip FreeBSD-ports-13296ec43523018be211c7f9f913be4661cc8663.tar.gz |
Remove the IGNORE part of the Makefile. It was original in there
because the website said that it you had to register before you
could download it. Joshua Goodall chased it up and got an okay for
putting it on his own website for the FreeBSD project. See ports/45178
for more information.
PR: ports/45178
Submitted by: maintainer.
Diffstat (limited to 'net/spread')
-rw-r--r-- | net/spread/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/net/spread/Makefile b/net/spread/Makefile index 200202b..662eb05 100644 --- a/net/spread/Makefile +++ b/net/spread/Makefile @@ -9,7 +9,7 @@ PORTNAME= spread PORTVERSION= 3.17.0 PORTREVISION= 1 CATEGORIES= net perl5 -MASTER_SITES= # fetch manually +MASTER_SITES= http://www.roughtrade.net/distfiles/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= joshua@roughtrade.net @@ -30,15 +30,6 @@ 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 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 - post-build: (cd ${WRKSRC}/perl/Spread; ${PERL} Makefile.PL; ${MAKE}) |