diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-05-30 13:30:32 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-05-30 13:30:32 +0000 |
commit | e432ea936e174a21ac2266a316659b11937bcd06 (patch) | |
tree | 88fcaf53aa83ac001c209b7fa378f19928d48415 /japanese/eb | |
parent | 206949bd9c91d02a888bea68dc1f43648c8b3fd8 (diff) | |
download | ports-e432ea936e174a21ac2266a316659b11937bcd06.tar.gz ports-e432ea936e174a21ac2266a316659b11937bcd06.zip |
Notes
Diffstat (limited to 'japanese/eb')
-rw-r--r-- | japanese/eb/Makefile | 9 | ||||
-rw-r--r-- | japanese/eb/pkg-plist | 2 |
2 files changed, 2 insertions, 9 deletions
diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile index 10d337958c70..6d4e369a05c4 100644 --- a/japanese/eb/Makefile +++ b/japanese/eb/Makefile @@ -7,7 +7,7 @@ PORTNAME= eb PORTVERSION= 4.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ DISTFILES= ${EBFILES} \ @@ -19,8 +19,6 @@ MAINTAINER= yasu@utahime.org COMMENT= C library for accessing EB, EBG, EBXA and EPWING CD-ROM dictionaries EBFILES= ${DISTNAME}${EXTRACT_SUFX} -LISTFILES= appendix/LIST \ - appendix/LIST-ja APPENDIXFILES= appendix/cencro-1.0.tar.gz \ appendix/chujiten-2.3.tar.gz \ appendix/chujiten2-2.0.tar.gz \ @@ -72,7 +70,7 @@ APPENDIXDIR= ${DATADIR}/appendix .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" -BROKEN= "Configure fails on ia64" +BROKEN= Configure fails on ia64 .endif post-extract: @@ -84,9 +82,6 @@ post-extract: .endfor post-install: -.for f in ${LISTFILES} - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${f} ${APPENDIXDIR} -.endfor ${CP} -R ${WRKDIR}/appendix/ ${APPENDIXDIR} .include <bsd.port.post.mk> diff --git a/japanese/eb/pkg-plist b/japanese/eb/pkg-plist index 22fa2618eb6d..112c5c3916f7 100644 --- a/japanese/eb/pkg-plist +++ b/japanese/eb/pkg-plist @@ -74,8 +74,6 @@ share/aclocal/eb4.m4 %%DOCSDIR%%/ebzip-10.html %%DOCSDIR%%/ebzip.html @dirrm %%DOCSDIR%% -%%DATADIR%%/appendix/LIST -%%DATADIR%%/appendix/LIST-ja %%DATADIR%%/appendix/cencro-1.0/catalog %%DATADIR%%/appendix/cencro-1.0/catalog.app %%DATADIR%%/appendix/cencro-1.0/cencro.app |