diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-06-09 11:22:05 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-06-09 11:22:05 +0000 |
commit | 3d73e52582eac034c7d6df9bcb65b266bb7a4d7c (patch) | |
tree | a7e7e46506d2d7375978669b530a1d2df00bcd97 /news/cnews | |
parent | 47abebd14ba94625d1cb8bc9cba57862e1c61a90 (diff) | |
download | FreeBSD-ports-3d73e52582eac034c7d6df9bcb65b266bb7a4d7c.zip FreeBSD-ports-3d73e52582eac034c7d6df9bcb65b266bb7a4d7c.tar.gz |
Try grouping of MASTER_SITES
Diffstat (limited to 'news/cnews')
-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 d4371e8..ea268ad 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/ \ |