1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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.
This commit is contained in:
Edwin Groothuis 2002-12-11 05:49:10 +00:00
parent 91c977743a
commit 27080310f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71515
2 changed files with 2 additions and 20 deletions

View File

@ -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})

View File

@ -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})