diff options
author | tg <tg@FreeBSD.org> | 1999-12-10 19:43:39 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1999-12-10 19:43:39 +0800 |
commit | 619a6cc402db1110b8e8260354f9014095c310f8 (patch) | |
tree | df2811abcfa3af69c64adb42919d30e3c02a33e6 /math | |
parent | bfa550c19ee3bfa657548f89ff3261866d533954 (diff) | |
download | freebsd-ports-gnome-619a6cc402db1110b8e8260354f9014095c310f8.tar.gz freebsd-ports-gnome-619a6cc402db1110b8e8260354f9014095c310f8.tar.zst freebsd-ports-gnome-619a6cc402db1110b8e8260354f9014095c310f8.zip |
Fix MASTER_SITES, change MAINTAINER.
PR: 15399
Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
Diffstat (limited to 'math')
-rw-r--r-- | math/xgraph/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/xgraph/Makefile b/math/xgraph/Makefile index 2fbcf0779c37..1226a7a4cb99 100644 --- a/math/xgraph/Makefile +++ b/math/xgraph/Makefile @@ -8,11 +8,9 @@ DISTNAME= xgraph-11.3.2 CATEGORIES= math print -MASTER_SITES= ftp://ftp.iis.u-tokyo.ac.jp/pub/X/misc/ \ - ftp://ftp.tk.mesh.ad.jp/pub/X/misc/ \ - ftp://ftp.eos.hokudai.ac.jp/pub/X11/misc/ +MASTER_SITES= ${MASTER_SITE_PORTS_JP} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sanpei@sanpei.org USE_IMAKE= yes MAN1= xgraph.1 |