diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-03 10:21:49 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-03 10:21:49 +0000 |
commit | 6998ea7b8cb8b0d0ae6dd0b8237e6f78db063423 (patch) | |
tree | e7bfcb6ba6c5bacaf5d0624b38c109f06f02704e /lang | |
parent | 260e79afac7931355e5116c9ca4786f078807b04 (diff) | |
download | ports-6998ea7b8cb8b0d0ae6dd0b8237e6f78db063423.tar.gz ports-6998ea7b8cb8b0d0ae6dd0b8237e6f78db063423.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ratfor/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/ratfor/Makefile b/lang/ratfor/Makefile index 3976211b6bba..0f7539d56a37 100644 --- a/lang/ratfor/Makefile +++ b/lang/ratfor/Makefile @@ -9,7 +9,10 @@ PORTNAME= ratfor PORTVERSION= 1985.06 CATEGORIES= lang -MASTER_SITES= http://sepwww.stanford.edu/sep/prof/ +MASTER_SITES= ftp://sepftp.stanford.edu/pub/sep-distr/ \ + ${MASTER_SITE_LOCAL} \ + http://sepwww.stanford.edu/sep/prof/ +MASTER_SITE_SUBDIR= obrien DISTFILES= ratfor.shar.2 local.ratfor77.shar MAINTAINER= obrien@FreeBSD.org |