pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/eb
Module Name: pkgsrc
Committed By: rillig
Date: Sun Jul 10 11:31:31 UTC 2016
Modified Files:
pkgsrc/textproc/eb: Makefile PLIST
Log Message:
Removed CVS files from PLIST. Bumped revision.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/textproc/eb/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/eb/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/eb/Makefile
diff -u pkgsrc/textproc/eb/Makefile:1.52 pkgsrc/textproc/eb/Makefile:1.53
--- pkgsrc/textproc/eb/Makefile:1.52 Sat Jul 9 06:39:05 2016
+++ pkgsrc/textproc/eb/Makefile Sun Jul 10 11:31:31 2016
@@ -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
Index: pkgsrc/textproc/eb/PLIST
diff -u pkgsrc/textproc/eb/PLIST:1.16 pkgsrc/textproc/eb/PLIST:1.17
--- pkgsrc/textproc/eb/PLIST:1.16 Sun Jun 14 18:17:15 2009
+++ pkgsrc/textproc/eb/PLIST Sun Jul 10 11:31:31 2016
@@ -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
Home |
Main Index |
Thread Index |
Old Index