diff options
author | jlam <jlam> | 2001-07-16 00:36:32 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-07-16 00:36:32 +0000 |
commit | d9f693f06227994ce6595270583660dd51cbee6d (patch) | |
tree | 51e7bd36d0b3e26a6b7319db1716390d5c9e8ef1 /time/asclock-gtk | |
parent | 27563580b8b29dd2033d70d09d3072d6d301ce13 (diff) | |
download | pkgsrc-d9f693f06227994ce6595270583660dd51cbee6d.tar.gz |
www.asclock.org is gone. Move the distfiles to ${MASTER_SITE_LOCAL} and
set that to be the master site. Also remove HOMEPAGE since the URL is
no more.
Diffstat (limited to 'time/asclock-gtk')
-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 |