diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-11 05:49:10 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-11 05:49:10 +0000 |
commit | 27080310f3ffd6a0d44ad70de67032c833d3c407 (patch) | |
tree | 0fb028b3e66b72eee3ab3bcc43f2eb1177811af0 /net | |
parent | 91c977743a91c96cb8ddb7c97fe3ca8243734723 (diff) | |
download | ports-27080310f3ffd6a0d44ad70de67032c833d3c407.tar.gz ports-27080310f3ffd6a0d44ad70de67032c833d3c407.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/spread/Makefile | 11 | ||||
-rw-r--r-- | net/spread4/Makefile | 11 |
2 files changed, 2 insertions, 20 deletions
diff --git a/net/spread/Makefile b/net/spread/Makefile index 200202ba5fee..662eb05884c5 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}) diff --git a/net/spread4/Makefile b/net/spread4/Makefile index 200202ba5fee..662eb05884c5 100644 --- a/net/spread4/Makefile +++ b/net/spread4/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}) |