diff options
author | Brian Somers <brian@FreeBSD.org> | 2001-08-20 09:04:48 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2001-08-20 09:04:48 +0000 |
commit | 0cc99c4700f560fface0fc4e06e0cdd800f8aeb2 (patch) | |
tree | 5dc2d11f00c9babdb5fc24fb7f8b8cc23edae0d9 | |
parent | OOPS, I donno what I was smoking - there was no checksum update, so revert (diff) |
It's no longer necessary to use ``ftp'' to fetch this
Notes
Notes:
svn path=/head/; revision=46519
Diffstat (limited to '')
-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 f5d3069da0dc..1560d53c3490 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" |