diff options
author | brian <brian@FreeBSD.org> | 2001-08-20 09:04:48 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2001-08-20 09:04:48 +0000 |
commit | be3202063d815f7102be9211ecda4fe6e88f0559 (patch) | |
tree | 99465c12bd65133a6db736d3a6f93da80d4d7030 /news/dnews | |
parent | 955d930ebe804a4414540b165d8d3f690420fac5 (diff) | |
download | FreeBSD-ports-be3202063d815f7102be9211ecda4fe6e88f0559.zip FreeBSD-ports-be3202063d815f7102be9211ecda4fe6e88f0559.tar.gz |
It's no longer necessary to use ``ftp'' to fetch this
Diffstat (limited to 'news/dnews')
-rw-r--r-- | news/dnews/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/news/dnews/Makefile b/news/dnews/Makefile index f5d3069..1560d53 100644 --- a/news/dnews/Makefile +++ b/news/dnews/Makefile @@ -14,11 +14,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org -# NOTE: this won't work for fetching files from the CDROM. However since -# we don't have permission to put this on the CDROM it shouldn't matter much. -FETCH_CMD= ftp -FETCH_BEFORE_ARGS= -a - WRKSRC= ${WRKDIR}/dtemp NO_CDROM= "no answer yet, if we are allowed to put it onto CDROM" RESTRICTED= "only free for non-profit organisations" |