diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-05-01 20:22:52 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-05-01 20:22:52 +0000 |
commit | 253e18d9cd0b644fc1994189c627927d065600c9 (patch) | |
tree | 75483864c0a08a2c3d6e1f3d33295fafef45d35d /japanese | |
parent | a2917c136993df213a26e02f78099ad029591e27 (diff) |
Change MASTER_SITES.
PR: ports/37625
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=58417
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/eb2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/japanese/eb2/Makefile b/japanese/eb2/Makefile index e95e71072f85..4f960ec23a59 100644 --- a/japanese/eb2/Makefile +++ b/japanese/eb2/Makefile @@ -8,13 +8,14 @@ PORTNAME= eb PORTVERSION= 2.3.8 CATEGORIES= japanese -MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ -DISTFILES= ${EBFILES} \ +MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ \ + ftp://ftp.sra.co.jp/pub/misc/eb/old/2.3/:oldfiles +DISTFILES= ${EBFILES}:oldfiles \ ${LISTFILES} \ ${APPENDIXFILES} EXTRACT_ONLY= ${EBFILES} -PATCH_SITES= ${MASTER_SITES} +PATCH_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/old/2.3/ PATCHFILES= ${DISTNAME}+.diff MAINTAINER= takamune@avrl.mei.co.jp |