View | Details | Raw Unified | Return to bug 222297 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 9-14 Link Here
9
		ftp://ftp.sra.co.jp/pub/misc/eb/old/eb-${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}/
9
		ftp://ftp.sra.co.jp/pub/misc/eb/old/eb-${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}/
10
DISTFILES=	${EBFILES} \
10
DISTFILES=	${EBFILES} \
11
		${APPENDIXFILES}
11
		${APPENDIXFILES}
12
DIST_SUBDIR=	eb
12
EXTRACT_ONLY=	${EBFILES}
13
EXTRACT_ONLY=	${EBFILES}
13
14
14
MAINTAINER=	yasu@utahime.org
15
MAINTAINER=	yasu@utahime.org
Lines 15-20 Link Here
15
COMMENT=	C library for accessing EB, EBG, EBXA, and EPWING CD-ROM dictionaries
16
COMMENT=	C library for accessing EB, EBG, EBXA, and EPWING CD-ROM dictionaries
16
17
17
LICENSE=	BSD3CLAUSE
18
LICENSE=	BSD3CLAUSE
19
LICENSE_FILE=	${WRKSRC}/COPYING
18
20
19
EBFILES=	${DISTNAME}${EXTRACT_SUFX}
21
EBFILES=	${DISTNAME}${EXTRACT_SUFX}
20
APPENDIXFILES=	appendix/cencro-1.0.tar.gz \
22
APPENDIXFILES=	appendix/cencro-1.0.tar.gz \
Lines 49-56 Link Here
49
		appendix/ruigigo-1.0.tar.gz \
51
		appendix/ruigigo-1.0.tar.gz \
50
		appendix/superdic98-1.0.tar.gz
52
		appendix/superdic98-1.0.tar.gz
51
53
52
DIST_SUBDIR=	eb
53
54
PORTDOCS=	eb-01.html eb-02.html eb-03.html eb-04.html eb-05.html eb-06.html \
54
PORTDOCS=	eb-01.html eb-02.html eb-03.html eb-04.html eb-05.html eb-06.html \
55
		eb-07.html eb-08.html eb-09.html eb-10.html eb-11.html eb-12.html \
55
		eb-07.html eb-08.html eb-09.html eb-10.html eb-11.html eb-12.html \
56
		eb-13.html eb-14.html eb.html ebappendix-01.html ebappendix-02.html \
56
		eb-13.html eb-14.html eb.html ebappendix-01.html ebappendix-02.html \

Return to bug 222297