diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2002-02-22 02:35:36 +0800 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2002-02-22 02:35:36 +0800 |
commit | 74a020840ab538807f985b443bd19b8df3088852 (patch) | |
tree | c168a9a06b4097b692db6bee1473c152ac3d02f2 | |
parent | dc7ed7c80111e1b4d587f647eb6bdd8bc72ddf5c (diff) | |
download | freebsd-ports-gnome-74a020840ab538807f985b443bd19b8df3088852.tar.gz freebsd-ports-gnome-74a020840ab538807f985b443bd19b8df3088852.tar.zst freebsd-ports-gnome-74a020840ab538807f985b443bd19b8df3088852.zip |
Use MASTER_SITE_LOCAL since the original MASTER_SITE seems to have disappeared.
Submitted by: distfile survey
-rw-r--r-- | math/xplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/xplot/Makefile b/math/xplot/Makefile index b77ac9438af3..be75d762ca47 100644 --- a/math/xplot/Makefile +++ b/math/xplot/Makefile @@ -8,7 +8,8 @@ PORTNAME= xplot PORTVERSION= 0.90 CATEGORIES= math graphics net -MASTER_SITES= ftp://mercury.lcs.mit.edu/pub/shep/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= fenner MAINTAINER= fenner@FreeBSD.org |