diff options
author | reinoud <reinoud@pkgsrc.org> | 2004-08-16 14:10:33 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2004-08-16 14:10:33 +0000 |
commit | 4181dd0fd9b2f078ba1ce9022899f2a4244375fb (patch) | |
tree | 6deb8024308c8de60284550ff627e0b31c3c5453 | |
parent | da83669a05bf79513f9d54b82e47271bad7942c7 (diff) | |
download | pkgsrc-4181dd0fd9b2f078ba1ce9022899f2a4244375fb.tar.gz |
The comepage is currently not accessible for downloads; it could be squatted.
Moved the other download site up as first choice
-rw-r--r-- | x11/xscreensaver/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xscreensaver/Makefile.common b/x11/xscreensaver/Makefile.common index b390ca2d579..7c1b08fc67b 100644 --- a/x11/xscreensaver/Makefile.common +++ b/x11/xscreensaver/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.75 2004/05/15 13:13:19 wiz Exp $ +# $nETbsd: Makefile.common,v 1.75 2004/05/15 13:13:19 wiz Exp $ # DISTNAME= xscreensaver-4.16 CATEGORIES= x11 -MASTER_SITES= ${HOMEPAGE} \ - ftp://ftp.fu-berlin.de/unix/X11/graphics/xscreensaver/ +MASTER_SITES= ftp://ftp.fu-berlin.de/unix/X11/graphics/xscreensaver/ \ + ${HOMEPAGE} MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.jwz.org/xscreensaver/ |