diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-06-09 11:22:05 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-06-09 11:22:05 +0000 |
commit | 1b6982e0b5edf0b2038c2aa25a5e395c68da4e5a (patch) | |
tree | d0cbccb1923e85eabab6ce3c71a2de48d90325c1 /news | |
parent | Add more MASTER_SITES (diff) |
Try grouping of MASTER_SITES
Notes
Notes:
svn path=/head/; revision=60960
Diffstat (limited to 'news')
-rw-r--r-- | news/cnews/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index d4371e826c49..ea268ad77977 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -12,11 +12,12 @@ CATEGORIES= news MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/c-news/ \ ftp://ftp.funet.fi/pub/unix/news/cnews/ \ ftp://ftp.redcom.ru/pub/unix/usenet/c-news/ \ - ftp://ftp.dinoex.org/pub/c-news/ + ftp://ftp.dinoex.org/pub/c-news/ \ + ftp://ftp.dinoex.org/pub/c-news/:pgp DISTNAME= c-news EXTRACT_SUFX= .tar.Z DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - pgpverify-1.12 + pgpverify-1.12:pgp EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= ftp://ftp.lan-ks.de/pub/c-news/ \ |