diff options
author | fenner <fenner@FreeBSD.org> | 2002-02-22 02:35:36 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2002-02-22 02:35:36 +0800 |
commit | 93b11deb7754ffc18c64bc3faef63ebf12cdfe31 (patch) | |
tree | 0aa8639f596345a322e3ae96af98ce22aca9a1db /math | |
parent | fb104dd16f75743013b58d02897912e35ec95f14 (diff) | |
download | freebsd-ports-gnome-93b11deb7754ffc18c64bc3faef63ebf12cdfe31.tar.gz freebsd-ports-gnome-93b11deb7754ffc18c64bc3faef63ebf12cdfe31.tar.zst freebsd-ports-gnome-93b11deb7754ffc18c64bc3faef63ebf12cdfe31.zip |
Use MASTER_SITE_LOCAL since the original MASTER_SITE seems to have disappeared.
Submitted by: distfile survey
Diffstat (limited to 'math')
-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 |