diff options
Diffstat (limited to 'time/asclock-gtk/Makefile')
-rw-r--r-- | time/asclock-gtk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/time/asclock-gtk/Makefile b/time/asclock-gtk/Makefile index 3995a762104..171c9d93eef 100644 --- a/time/asclock-gtk/Makefile +++ b/time/asclock-gtk/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.3 2001/02/25 04:18:19 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/07/16 00:36:33 jlam Exp $ # DISTNAME= asclock-gtk-2.1.10beta PKGNAME= asclock-gtk-2.1.10 WRKSRC= ${WRKDIR}/asclock-gtk CATEGORIES= x11 time -MASTER_SITES= http://www.asclock.org/tar/ +MASTER_SITES= ${MASTER_SITE_LOCAL} # www.asclock.org is no more MAINTAINER= jlam@netbsd.org -HOMEPAGE= http://www.asclock.org/ COMMENT= dockable clock and calendar with themes for GTK+ DEPENDS+= gtk+-1.2.*:../../x11/gtk |