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