diff options
-rw-r--r-- | games/knightcap/Makefile | 6 | ||||
-rw-r--r-- | games/simgear/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/knightcap/Makefile b/games/knightcap/Makefile index b6eb7121c34..dd8ed284edd 100644 --- a/games/knightcap/Makefile +++ b/games/knightcap/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.27 2007/08/06 16:43:35 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2007/12/29 10:01:06 wiz Exp $ DISTNAME= KnightCap-3.6 PKGNAME= knightcap-3.6 PKGREVISION= 4 CATEGORIES= games -MASTER_SITES= ftp://samba.anu.edu.au/pub/KnightCap/ +MASTER_SITES= ftp://ftp.samba.org/pub/KnightCap/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://anu.samba.org/KnightCap/ +HOMEPAGE= http://samba.org/KnightCap/ COMMENT= Chess engine with 3D OpenGL-rendered chessboard PKG_DESTDIR_SUPPORT= user-destdir diff --git a/games/simgear/Makefile b/games/simgear/Makefile index 9e86359aab0..3f1fa3a1f7d 100644 --- a/games/simgear/Makefile +++ b/games/simgear/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.2 2007/07/28 15:51:24 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2007/12/29 10:02:59 wiz Exp $ # DISTNAME= SimGear-0.3.10 PKGNAME= ${DISTNAME:S/SimGear/simgear/} CATEGORIES= devel -MASTER_SITES= ftp://ftp.simgear.org/pub/simgear/Source/ +MASTER_SITES= ftp://ftp.de.simgear.org/pub/simgear/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= ftp://ftp.simgear.org/pub/simgear/Source/ +HOMEPAGE= http://www.simgear.org/ COMMENT= Simulator Construction Tools USE_PKGLOCALEDIR= yes |