diff options
author | rillig <rillig@pkgsrc.org> | 2016-07-10 11:31:31 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2016-07-10 11:31:31 +0000 |
commit | e24c752e98287b2d1f0e2e23525ef76160b3d736 (patch) | |
tree | 74fae686d98b7065520e32788d62058b7c30940f /textproc/eb/Makefile | |
parent | e79ef3894f6dd22a79f26cbf7c3d2e87e3928381 (diff) | |
download | pkgsrc-e24c752e98287b2d1f0e2e23525ef76160b3d736.tar.gz |
Removed CVS files from PLIST. Bumped revision.
Diffstat (limited to 'textproc/eb/Makefile')
-rw-r--r-- | textproc/eb/Makefile | 18 |
1 files changed, 9 insertions, 9 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 |