diff options
author | obrien <obrien@FreeBSD.org> | 2000-11-03 10:21:49 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-11-03 10:21:49 +0000 |
commit | ec36f743f932e5ef854f1f3d6fffc7a4def4cc00 (patch) | |
tree | 1a29e3fd7c62b68406a8e560d467be1b7b60836e /lang/ratfor/Makefile | |
parent | dbcc184499bf33d35dd988c207de153bee302a95 (diff) | |
download | FreeBSD-ports-ec36f743f932e5ef854f1f3d6fffc7a4def4cc00.zip FreeBSD-ports-ec36f743f932e5ef854f1f3d6fffc7a4def4cc00.tar.gz |
Tweak master sites.
Diffstat (limited to 'lang/ratfor/Makefile')
-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 3976211..0f7539d 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 |