diff options
-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" |