diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-07 21:22:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-07 21:22:19 +0000 |
commit | bf005fbaf0c5b879259dc2633a585d87c983197a (patch) | |
tree | 165a008a52500d2cf88b0f0aa484b149804641f0 /www/wnews | |
parent | fde16f49176ce646416b73dd3fb7640dc53e1073 (diff) | |
download | ports-bf005fbaf0c5b879259dc2633a585d87c983197a.tar.gz ports-bf005fbaf0c5b879259dc2633a585d87c983197a.zip |
Notes
Diffstat (limited to 'www/wnews')
-rw-r--r-- | www/wnews/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/wnews/Makefile b/www/wnews/Makefile index 7eeb8e97028b..81eac52a7249 100644 --- a/www/wnews/Makefile +++ b/www/wnews/Makefile @@ -9,7 +9,7 @@ PORTNAME= wnews PORTVERSION= 0.8 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://samy.kerneled.org/stuff/ +MASTER_SITES= http://samy.kerneled.org/projects/ MAINTAINER= sbahra@kerneled.org COMMENT= An RSS news client for the UNIX console @@ -18,7 +18,6 @@ MAN1= wnews.1 MANCOMPRESSED= yes PLIST_FILES= bin/wnews -USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes WANT_GNOME= yes |