diff options
author | obache <obache> | 2008-01-03 14:42:34 +0000 |
---|---|---|
committer | obache <obache> | 2008-01-03 14:42:34 +0000 |
commit | 708d5abc220c2cec7744b1f1bd88c52ff5febc90 (patch) | |
tree | e31f593dcdf274ad76bbc55f8a864cf345671549 /time | |
parent | 110ac829ae4e5b64ff034780e5b5659f7acf570f (diff) | |
download | pkgsrc-708d5abc220c2cec7744b1f1bd88c52ff5febc90.tar.gz |
gtodo is now hosted at SourceForge now, noticed by Zafer Aydogan in private mail.
Also change HOMEPAGE to new site (redirect from old site).
Diffstat (limited to 'time')
-rw-r--r-- | time/gtodo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/time/gtodo/Makefile b/time/gtodo/Makefile index d7fcaeb34c6..da6e0a6b32e 100644 --- a/time/gtodo/Makefile +++ b/time/gtodo/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.23 2007/09/21 13:04:24 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2008/01/03 14:42:34 obache Exp $ # DISTNAME= gtodo-0.14 PKGREVISION= 12 CATEGORIES= time gnome -MASTER_SITES= http://download.qballcow.nl/programs/gtodo/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtodo/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://cms.qballcow.nl/index.php?page=Gnome_Task_List_Manager +HOMEPAGE= http://www.sarine.nl/gnome-task-list-manager COMMENT= To-do list manager for the GNOME desktop GNU_CONFIGURE= YES |