diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-21 09:29:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-21 09:29:26 +0000 |
commit | f73f9d53ec0745b417811405de1f42096caa085a (patch) | |
tree | 58bf2512bef74f1ef6805f6d743240f678dfab53 | |
parent | 2aa246203416870cd41b7dad0874e84fcfc3e4b7 (diff) | |
download | pkgsrc-f73f9d53ec0745b417811405de1f42096caa085a.tar.gz |
Fix MASTER_SITES.
-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/ |