summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-01-05 21:17:56 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-01-05 21:17:56 +0000
commit21c30bc1164f1054dae67bcde3efa65f618b88cb (patch)
tree3d5c8ba6fa8da4e7c9a52172422bfc5fe64f4f89 /news
parentFix device node formatting. (diff)
Fix MASTER_SITES and WWW:.
Notes
Notes: svn path=/head/; revision=72603
Diffstat (limited to 'news')
-rw-r--r--news/newsgrab/Makefile4
-rw-r--r--news/newsgrab/pkg-descr2
2 files changed, 3 insertions, 3 deletions
diff --git a/news/newsgrab/Makefile b/news/newsgrab/Makefile
index 8951e7c1f51f..7699195f8b4b 100644
--- a/news/newsgrab/Makefile
+++ b/news/newsgrab/Makefile
@@ -8,8 +8,8 @@
PORTNAME= newsgrab
PORTVERSION= 0.3.1
CATEGORIES= news
-MASTER_SITES= http://telia.dl.sourceforge.net/sourceforge/newsgrab/ \
- ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= newsgrab
MAINTAINER= petef@FreeBSD.org
diff --git a/news/newsgrab/pkg-descr b/news/newsgrab/pkg-descr
index 8f4a979b2682..8f45170e9c7c 100644
--- a/news/newsgrab/pkg-descr
+++ b/news/newsgrab/pkg-descr
@@ -2,7 +2,7 @@ Based on a given regular expression and news group, newsgrab will
connect to your NNTP server and download all the binaries in articles
that match the given regexp and uudecode them.
-WWW: http://phunkbros.dk/?page=goodiebag
+WWW: http://newsgrab.sourceforge.net/
- Pete
petef@databits.net