diff options
author | SADA Kenji <sada@FreeBSD.org> | 2001-08-17 12:28:58 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2001-08-17 12:28:58 +0000 |
commit | 42a82e7396cb989c41999671c2576f4274b93c0e (patch) | |
tree | e776eb587926708968688e66bc08b49823235e1f /japanese | |
parent | Update 1.94.1 -> 1.94.2. Use bsd.emacs.mk. (diff) |
Fixed MASTER_SITES .
Noticed by: Brian Somers <brian@Awfulhak.org>
Notes
Notes:
svn path=/head/; revision=46361
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/xjman-3/Makefile | 2 | ||||
-rw-r--r-- | japanese/xjman/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/japanese/xjman-3/Makefile b/japanese/xjman-3/Makefile index af71afb772c3..023d7a98f1c2 100644 --- a/japanese/xjman-3/Makefile +++ b/japanese/xjman-3/Makefile @@ -6,6 +6,8 @@ # PORTVERSION= 0.5 +MASTER_SITES= ${MASTER_SITE_PORTS_JP} \ + http://xjman.dsl.gr.jp/ MAINTAINER= sada@FreeBSD.org diff --git a/japanese/xjman/Makefile b/japanese/xjman/Makefile index 24e656eb6eac..88ed7da9ba6b 100644 --- a/japanese/xjman/Makefile +++ b/japanese/xjman/Makefile @@ -10,8 +10,8 @@ PORTNAME= xjman PORTVERSION?= 0.6 CATEGORIES= japanese -MASTER_SITES= ${MASTER_SITE_PORTS_JP} \ - http://xjman.dsl.gr.jp/ +MASTER_SITES?= ${MASTER_SITE_PORTS_JP} \ + http://xjman.dsl.gr.jp/dist/ MAINTAINER?= sada@FreeBSD.org |