diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-04-07 17:23:58 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-04-07 17:23:58 +0000 |
commit | c646890ffd99b8500bf69ec3abf3fda5f7993959 (patch) | |
tree | 638b7f1cfedbc8995d3ae7c472cdd95211ab97ca | |
parent | Typo fix: really disable the xine-arts plugin (diff) |
Fix an incorrect master site URL.
Notes
Notes:
svn path=/head/; revision=78531
-rw-r--r-- | devel/simgear/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile index 2daef5f15661..99fa1821e1e2 100644 --- a/devel/simgear/Makefile +++ b/devel/simgear/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.3.1 PORTREVISION= 2 CATEGORIES= devel games MASTER_SITES= ftp://ftp.simgear.org/pub/simgear/Source/ \ - ftp://ftp.de.flightgear.org/pub/simgear/ + ftp://ftp.de.flightgear.org/pub/simgear/Source/ MAINTAINER= des@FreeBSD.org COMMENT= A toolkit for 3D games and simulations |