summaryrefslogtreecommitdiff
path: root/news/cnews
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-06-09 11:22:05 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-06-09 11:22:05 +0000
commit1b6982e0b5edf0b2038c2aa25a5e395c68da4e5a (patch)
treed0cbccb1923e85eabab6ce3c71a2de48d90325c1 /news/cnews
parentAdd more MASTER_SITES (diff)
Try grouping of MASTER_SITES
Notes
Notes: svn path=/head/; revision=60960
Diffstat (limited to 'news/cnews')
-rw-r--r--news/cnews/Makefile5
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/ \