diff options
author | yoichi <yoichi@FreeBSD.org> | 2002-05-01 20:22:52 +0000 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2002-05-01 20:22:52 +0000 |
commit | e712b00e58c2f6726ada6e8a7632a77f3ed96c1c (patch) | |
tree | d7f535faea2843bbf7af1ba3fba0018eca6cb281 /japanese/eb2 | |
parent | 408488dc85eacea9960508ac6d4b8e9befdf5120 (diff) | |
download | FreeBSD-ports-e712b00e58c2f6726ada6e8a7632a77f3ed96c1c.zip FreeBSD-ports-e712b00e58c2f6726ada6e8a7632a77f3ed96c1c.tar.gz |
Change MASTER_SITES.
PR: ports/37625
Submitted by: maintainer
Diffstat (limited to 'japanese/eb2')
-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 e95e710..4f960ec 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 |