diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-06 01:21:23 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-06 01:21:23 +0800 |
commit | d1c5d5697e30d95aa832b7c2d64fbd66e4f8a136 (patch) | |
tree | 80cfbac24e21af7c93428af314c072badbe48875 /japanese | |
parent | bdf6e6f218ef94a2ce79c21981a71159d2658adc (diff) | |
download | freebsd-ports-graphics-d1c5d5697e30d95aa832b7c2d64fbd66e4f8a136.tar.gz freebsd-ports-graphics-d1c5d5697e30d95aa832b7c2d64fbd66e4f8a136.tar.zst freebsd-ports-graphics-d1c5d5697e30d95aa832b7c2d64fbd66e4f8a136.zip |
- Remove local MASTER_SITE which is going to disappear
- Add my mirror instead
PR: 195578
Submitted by: motoyuki@bsdclub.org
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/mh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/mh/Makefile b/japanese/mh/Makefile index 9372e2c1745..02fff3f58b7 100644 --- a/japanese/mh/Makefile +++ b/japanese/mh/Makefile @@ -5,9 +5,8 @@ PORTNAME= mh PORTVERSION= ${VERSION}.j${JP_VERSION} PORTREVISION= 2 CATEGORIES= japanese mail -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - ftp://ftp.laic.u-hyogo.ac.jp/pub/net/mh/ -MASTER_SITE_SUBDIR= motoyuki +MASTER_SITES= ftp://ftp.laic.u-hyogo.ac.jp/pub/net/mh/ \ + http://mirror.amdmi3.ru/distfiles/ DISTNAME= ${PORTNAME}-${VERSION}-JP-${JP_VERSION} MAINTAINER= CQG00620@nifty.ne.jp |