diff options
-rw-r--r-- | textproc/eb/Makefile | 18 | ||||
-rw-r--r-- | textproc/eb/PLIST | 9 |
2 files changed, 12 insertions, 15 deletions
diff --git a/textproc/eb/Makefile b/textproc/eb/Makefile index 9f3836bae9f..e2d9494b6ae 100644 --- a/textproc/eb/Makefile +++ b/textproc/eb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2016/07/09 06:39:05 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2016/07/10 11:31:31 rillig Exp $ DISTNAME= eb-4.3 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= textproc japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/appendix/ \ ftp://ftp.sra.co.jp/pub/misc/eb/ @@ -54,7 +54,7 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-zlib -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONF_FILES= ${EGDIR}/eb.conf.default ${PKG_SYSCONFDIR}/eb.conf @@ -76,12 +76,12 @@ INSTALLATION_DIRS= share/eb/appendix .include "../../devel/zlib/buildlink3.mk" post-install: - ( \ - cd ${DESTDIR}${EB_APPENDIXDIR} && \ - for f in ${EB_APPENDICES}; do \ - ${EXTRACT_CMD} ${_DISTDIR}/$${f}; \ - done \ - ) +.for f in ${EB_APPENDICES:Ngendai2000*} + cd ${DESTDIR}${EB_APPENDIXDIR} && ${EXTRACTOR:M*} ${_DISTDIR}/${f} +.endfor +.for f in ${EB_APPENDICES:Mgendai2000*} + cd ${DESTDIR}${EB_APPENDIXDIR} && ${EXTRACTOR:M*} -x ${_DISTDIR}/${f} "*/CVS*" +.endfor ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR} ${INSTALL_DATA} ${WRKSRC}/eb.conf ${DESTDIR}${EGDIR}/eb.conf.default diff --git a/textproc/eb/PLIST b/textproc/eb/PLIST index f22364934b5..ba59408fafe 100644 --- a/textproc/eb/PLIST +++ b/textproc/eb/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2009/06/14 18:17:15 joerg Exp $ +@comment $NetBSD: PLIST,v 1.17 2016/07/10 11:31:31 rillig Exp $ bin/ebappendix bin/ebfont bin/ebinfo @@ -69,9 +69,6 @@ share/eb/appendix/dd75-2.0/chujiten.app share/eb/appendix/dd75-2.0/chujiten/appendix share/eb/appendix/dd75-2.0/koujien.app share/eb/appendix/dd75-2.0/koujien/appendix -share/eb/appendix/gendai2000-1.0/CVS/Entries -share/eb/appendix/gendai2000-1.0/CVS/Repository -share/eb/appendix/gendai2000-1.0/CVS/Root share/eb/appendix/gendai2000-1.0/catalog share/eb/appendix/gendai2000-1.0/catalog.app share/eb/appendix/gendai2000-1.0/gn00eb01.app @@ -109,10 +106,10 @@ share/eb/appendix/heritage-2.2/roget.app share/eb/appendix/heritage-2.2/roget/appendix share/eb/appendix/heritage-2.2/root.app share/eb/appendix/heritage-2.2/root/appendix -share/eb/appendix/hyogen-1.0/catalogs.app share/eb/appendix/hyogen-1.0/catalogs -share/eb/appendix/hyogen-1.0/hyogen/data/furoku +share/eb/appendix/hyogen-1.0/catalogs.app share/eb/appendix/hyogen-1.0/hyogen.app +share/eb/appendix/hyogen-1.0/hyogen/data/furoku share/eb/appendix/izumi-2.0/catalog share/eb/appendix/izumi-2.0/catalog.app share/eb/appendix/izumi-2.0/file1.app |