diff options
Diffstat (limited to 'japanese/eb')
-rw-r--r-- | japanese/eb/Makefile | 10 | ||||
-rw-r--r-- | japanese/eb/distinfo | 2 |
2 files changed, 9 insertions, 3 deletions
diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile index e684a742d3f3..777efea25272 100644 --- a/japanese/eb/Makefile +++ b/japanese/eb/Makefile @@ -7,7 +7,7 @@ PORTNAME= eb PORTVERSION= 4.2.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ DISTFILES= ${EBFILES} \ @@ -15,6 +15,10 @@ DISTFILES= ${EBFILES} \ ${APPENDIXFILES} EXTRACT_ONLY= ${EBFILES} +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= eb-4.2.1+.diff +PATCH_DIST_STRIP= -p1 + MAINTAINER= takamune2004@yahoo.co.jp COMMENT= C library for accessing EB, EBG, EBXA and EPWING CD-ROM dictionaries @@ -84,8 +88,8 @@ post-extract: .endfor post-install: -.for file in ${LISTFILES} - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${file} ${APPENDIXDIR} +.for f in ${LISTFILES} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${f} ${APPENDIXDIR} .endfor ${CP} -R ${WRKDIR}/appendix/ ${APPENDIXDIR} diff --git a/japanese/eb/distinfo b/japanese/eb/distinfo index 5d5971eedccf..113dfc9672b1 100644 --- a/japanese/eb/distinfo +++ b/japanese/eb/distinfo @@ -1,5 +1,7 @@ MD5 (eb/eb-4.2.1.tar.bz2) = 245e6096cf424032a258b1e5691d51b1 SIZE (eb/eb-4.2.1.tar.bz2) = 479688 +MD5 (eb/eb-4.2.1+.diff) = 604a44523c93fd1f6d5517510ce21ea4 +SIZE (eb/eb-4.2.1+.diff) = 873 MD5 (eb/appendix/LIST) = 07bef37d1fbd4876077f95fe2ca630a1 SIZE (eb/appendix/LIST) = 11210 MD5 (eb/appendix/LIST-ja) = ec3c7c980b131d1dcdbe9eddee62e2e1 |