diff options
author | yoichi <yoichi@FreeBSD.org> | 2002-05-02 04:22:52 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2002-05-02 04:22:52 +0800 |
commit | e712b00e58c2f6726ada6e8a7632a77f3ed96c1c (patch) | |
tree | d7f535faea2843bbf7af1ba3fba0018eca6cb281 | |
parent | 408488dc85eacea9960508ac6d4b8e9befdf5120 (diff) | |
download | freebsd-ports-gnome-e712b00e58c2f6726ada6e8a7632a77f3ed96c1c.tar.gz freebsd-ports-gnome-e712b00e58c2f6726ada6e8a7632a77f3ed96c1c.tar.zst freebsd-ports-gnome-e712b00e58c2f6726ada6e8a7632a77f3ed96c1c.zip |
Change MASTER_SITES.
PR: ports/37625
Submitted by: maintainer
-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 |