diff options
author | Steve Price <steve@FreeBSD.org> | 2000-12-11 02:13:43 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-12-11 02:13:43 +0000 |
commit | 0a4506b28e96bcc1ba5f28b53c548ca87628ff1c (patch) | |
tree | 018cdf57a0758a5ec6ab4b744121969661f2339e /news | |
parent | Photo Image Print System for Linux -- EPSON PM-900C (with Japanese messages) (diff) |
Implement a serious hack that should allow people to fetch the distfile
for this port.
PR: 23028
Notes
Notes:
svn path=/head/; revision=35838
Diffstat (limited to '')
-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" |