diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-08 12:37:25 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-08 12:37:25 +0000 |
commit | a39eedca4980a9c35bc578fa3312a3581d5bab6b (patch) | |
tree | caba72c736ef0effacecc566096c9d6bdd9fc601 /misc | |
parent | be9289b42c7af5c13483aa3155ba1ecc8fa9d0b0 (diff) | |
download | ports-a39eedca4980a9c35bc578fa3312a3581d5bab6b.tar.gz ports-a39eedca4980a9c35bc578fa3312a3581d5bab6b.zip |
Fix MASTER_SITES
PR: 53050
Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
Approved by: edwin (mentor)
Notes
Notes:
svn path=/head/; revision=82524
Diffstat (limited to 'misc')
-rw-r--r-- | misc/floatator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/floatator/Makefile b/misc/floatator/Makefile index a73a34872e6e..cbf196a44b1b 100644 --- a/misc/floatator/Makefile +++ b/misc/floatator/Makefile @@ -9,7 +9,7 @@ PORTNAME= floatator PORTVERSION= 0.2.1 CATEGORIES= misc -MASTER_SITES= http://www.cichon.com/floatator/download/ +MASTER_SITES= http://floatator.cichon.com/download/ MAINTAINER= ports@FreeBSD.org COMMENT= An interactive fluid dynamics simulation |