diff options
-rw-r--r-- | lang/forth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/forth/Makefile b/lang/forth/Makefile index 5c317520fe38..5c82b8521425 100644 --- a/lang/forth/Makefile +++ b/lang/forth/Makefile @@ -2,7 +2,7 @@ #By mr DISTNAME= pfe099 DISTFILES= pfe-0.9.9.tar.gz -MASTER_SITES= ftp://roxi.rz.fht-mannheim.de/pub/languages/forth/ +MASTER_SITES= ftp://sunsite.unc.edu/pub/languages/forth/ pre-install: @mkdir -p ${PREFIX}/bin |