diff options
author | mph <mph@FreeBSD.org> | 2000-06-14 13:44:53 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 2000-06-14 13:44:53 +0800 |
commit | 1b31533e41139b5300ee610308d91dcac48cf4b2 (patch) | |
tree | 586e165fad3e5507f9f6fce94cae70f7f0f4f967 /math | |
parent | e6870fbed68ef204b82a2128defe23df05639cbd (diff) | |
download | freebsd-ports-gnome-1b31533e41139b5300ee610308d91dcac48cf4b2.tar.gz freebsd-ports-gnome-1b31533e41139b5300ee610308d91dcac48cf4b2.tar.zst freebsd-ports-gnome-1b31533e41139b5300ee610308d91dcac48cf4b2.zip |
In accordance with the New World Order, move the distfiles that
I host from people.FreeBSD.org to MASTER_SITE_LOCAL.
Diffstat (limited to 'math')
-rw-r--r-- | math/xgfe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/xgfe/Makefile b/math/xgfe/Makefile index 6a7c09b83282..5a39985da8f0 100644 --- a/math/xgfe/Makefile +++ b/math/xgfe/Makefile @@ -8,7 +8,8 @@ PORTNAME= xgfe PORTVERSION= 2.0 CATEGORIES= math -MASTER_SITES= http://people.FreeBSD.org/~mph/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= mph MAINTAINER= mph@freebsd.org |