diff options
Diffstat (limited to 'japanese/eb3/Makefile')
-rw-r--r-- | japanese/eb3/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/japanese/eb3/Makefile b/japanese/eb3/Makefile index eabc6af60954..19713b98c43c 100644 --- a/japanese/eb3/Makefile +++ b/japanese/eb3/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: eb -# Version required: 2.3.3 +# Version required: 2.3.5 # Date created: 20 Jan 1999 # Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp> # # $FreeBSD$ # -DISTNAME= eb-2.3.3 -PKGNAME= ja-eb-2.3.3 +DISTNAME= eb-2.3.5 +PKGNAME= ja-eb-2.3.5 CATEGORIES= japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ -DISTFILES= ${EBFILES} ${APPENDIXFILES:S,^,appendix/,} +DISTFILES= ${EBFILES} ${APPENDIXFILES} MAINTAINER= takamune@avrl.mei.co.jp @@ -39,6 +39,7 @@ APPENDIXFILES= cencro-1.0.tar.gz \ plus-2.0.tar.gz \ readers-2.2.tar.gz \ readers2-2.0.tar.gz +APPENDIXFILES:= ${APPENDIXFILES:S,^,appendix/,} LISTFILES= LIST LIST-ja EXTRACT_ONLY= ${EBFILES} |