diff options
-rw-r--r-- | time/asclock-gtk/Makefile | 5 | ||||
-rw-r--r-- | time/asclock-xlib/Makefile | 5 | ||||
-rw-r--r-- | time/asclock/Makefile | 5 |
3 files changed, 6 insertions, 9 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 diff --git a/time/asclock-xlib/Makefile b/time/asclock-xlib/Makefile index af52b61684b..828de5fedcb 100644 --- a/time/asclock-xlib/Makefile +++ b/time/asclock-xlib/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-xlib-2.0.11 PKGNAME= asclock-xlib-2.0b11 WRKSRC= ${WRKDIR}/asclock-xlib 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 X11 USE_IMAKE= YES diff --git a/time/asclock/Makefile b/time/asclock/Makefile index 1e270bd1b81..bf36fc6e0f8 100644 --- a/time/asclock/Makefile +++ b/time/asclock/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2001/07/06 21:23:17 tron Exp $ +# $NetBSD: Makefile,v 1.5 2001/07/16 00:36:32 jlam Exp $ DISTNAME= asclock-classic-1.0 PKGNAME= asclock-1.0 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= NeXTstep-like clock and calendar USE_IMAKE= YES |