diff options
author | wiz <wiz> | 2008-04-21 09:29:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-04-21 09:29:26 +0000 |
commit | eb318a8d08cefa7a06b407c0276d7ed90da2beab (patch) | |
tree | 58bf2512bef74f1ef6805f6d743240f678dfab53 /games/simgear | |
parent | 5f4ffbf65bc5de548a3499fd9fd274894537da76 (diff) | |
download | pkgsrc-eb318a8d08cefa7a06b407c0276d7ed90da2beab.tar.gz |
Fix MASTER_SITES.
Diffstat (limited to 'games/simgear')
-rw-r--r-- | games/simgear/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/simgear/Makefile b/games/simgear/Makefile index 7f1a93388fa..9f418b7f73d 100644 --- a/games/simgear/Makefile +++ b/games/simgear/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2008/03/14 14:49:53 drochner Exp $ +# $NetBSD: Makefile,v 1.5 2008/04/21 09:29:26 wiz Exp $ # DISTNAME= SimGear-1.0.0 PKGNAME= ${DISTNAME:S/SimGear/simgear/} CATEGORIES= devel -MASTER_SITES= ftp://ftp.de.simgear.org/pub/simgear/ +MASTER_SITES= ftp://ftp.de.simgear.org/pub/simgear/Source/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.simgear.org/ |