diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-11-17 02:03:49 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-11-17 02:03:49 +0800 |
commit | 292924e96d3e826485c66a41905f0e9d174a4a8f (patch) | |
tree | 982c88d0aed03b55508f21961944e1107ac5e60d /news/nntp/Makefile | |
parent | 29049709d215587a0b6bc496cbed57bce0f99c6b (diff) | |
download | freebsd-ports-gnome-292924e96d3e826485c66a41905f0e9d174a4a8f.tar.gz freebsd-ports-gnome-292924e96d3e826485c66a41905f0e9d174a4a8f.tar.zst freebsd-ports-gnome-292924e96d3e826485c66a41905f0e9d174a4a8f.zip |
- Fix PATCH_SITES
Diffstat (limited to 'news/nntp/Makefile')
-rw-r--r-- | news/nntp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/news/nntp/Makefile b/news/nntp/Makefile index d4f7cac36d19..63c2f647de81 100644 --- a/news/nntp/Makefile +++ b/news/nntp/Makefile @@ -12,8 +12,7 @@ CATEGORIES= news MASTER_SITES= ftp://ftp.academ.com/pub/nntp/server/ DISTNAME= ${PORTNAME}.${PORTVERSION} -PATCH_SITES= ftp://ftp.lan-ks.de/pub/c-news/ \ - ftp://ftp.dinoex.org/pub/c-news/ +PATCH_SITES= ftp://ftp.dinoex.org/pub/c-news/ PATCHFILES= nntp-patch-y2k MAINTAINER= dinoex@FreeBSD.org |