diff options
author | steve <steve@FreeBSD.org> | 2000-12-11 10:13:43 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-12-11 10:13:43 +0800 |
commit | 21131902874b6cb9c9142c5af0f7f54845e727dc (patch) | |
tree | 27aa4d0a6cab6e495363c76e0c7ef457e1a196a8 /news | |
parent | d4b3f30a5e3e257732025d28f899b86ad042c47a (diff) | |
download | freebsd-ports-gnome-21131902874b6cb9c9142c5af0f7f54845e727dc.tar.gz freebsd-ports-gnome-21131902874b6cb9c9142c5af0f7f54845e727dc.tar.zst freebsd-ports-gnome-21131902874b6cb9c9142c5af0f7f54845e727dc.zip |
Implement a serious hack that should allow people to fetch the distfile
for this port.
PR: 23028
Diffstat (limited to 'news')
-rw-r--r-- | news/dnews/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/news/dnews/Makefile b/news/dnews/Makefile index 616ebfcef473..0cb9fc4495c7 100644 --- a/news/dnews/Makefile +++ b/news/dnews/Makefile @@ -16,6 +16,11 @@ MAINTAINER= ports@FreeBSD.org Y2K= http://netwinsite.com/dnews_y2k.htm +# 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}/dnews NO_CDROM= "no answer yet, if we are allowed to put it onto CDROM" RESTRICTED= "only free for non-profit organisations" |