diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1995-01-24 18:46:00 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1995-01-24 18:46:00 +0000 |
commit | dc44e64e9cc6a28d9068032c81dce1c0ea3498b3 (patch) | |
tree | 68e4474a5d59abd8f7506bea82c4df35cb1cfea7 /lang/forth | |
parent | a81ca0c307e30fa1580b9a31ca212f9fb8277777 (diff) | |
download | ports-dc44e64e9cc6a28d9068032c81dce1c0ea3498b3.tar.gz ports-dc44e64e9cc6a28d9068032c81dce1c0ea3498b3.zip |
Change master site to one that allows worldwide access (sunsite.unc.edu)
Submitted by: Michael Reifenberger <root@rz-wb.fh-sw.de>
Notes
Notes:
svn path=/head/; revision=822
Diffstat (limited to 'lang/forth')
-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 |