pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-Excelerator Correct doc and example path.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c3ba58d7212d
branches: trunk
changeset: 539545:c3ba58d7212d
user: mjl <mjl%pkgsrc.org@localhost>
date: Sat Mar 08 00:32:21 2008 +0000
description:
Correct doc and example path.
diffstat:
textproc/py-Excelerator/Makefile | 10 ++--
textproc/py-Excelerator/PLIST | 84 ++++++++++++++++++++--------------------
2 files changed, 47 insertions(+), 47 deletions(-)
diffs (123 lines):
diff -r 01d34549e3f2 -r c3ba58d7212d textproc/py-Excelerator/Makefile
--- a/textproc/py-Excelerator/Makefile Sat Mar 08 00:21:19 2008 +0000
+++ b/textproc/py-Excelerator/Makefile Sat Mar 08 00:32:21 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/03/08 00:18:25 mjl Exp $
+# $NetBSD: Makefile,v 1.2 2008/03/08 00:32:21 mjl Exp $
#
DISTNAME= pyexcelerator-${VERSION}
@@ -21,13 +21,13 @@
WRKSRC=${WRKDIR}/pyExcelerator-${VERSION}
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/docs/py-Excelerator
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-Excelerator
for f in CHANGES.txt LICENSE.txt README.txt THANKS.txt TODO.txt ; do \
- ${INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/docs/py-Excelerator/ ; \
+ ${INSTALL_DATA} ${WRKSRC}/$$f ${PREFIX}/share/doc/py-Excelerator/ ; \
done
- ${INSTALL_DATA_DIR} ${PREFIX}/examples/py-Excelerator
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-Excelerator
for f in ${WRKSRC}/examples/*.py ${WRKSRC}/tools/*.py ; do \
- ${INSTALL_DATA} $$f ${PREFIX}/examples/py-Excelerator/ ; \
+ ${INSTALL_DATA} $$f ${PREFIX}/share/examples/py-Excelerator/ ; \
done
.include "../../lang/python/extension.mk"
diff -r 01d34549e3f2 -r c3ba58d7212d textproc/py-Excelerator/PLIST
--- a/textproc/py-Excelerator/PLIST Sat Mar 08 00:21:19 2008 +0000
+++ b/textproc/py-Excelerator/PLIST Sat Mar 08 00:32:21 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/08 00:18:25 mjl Exp $
+@comment $NetBSD: PLIST,v 1.2 2008/03/08 00:32:21 mjl Exp $
${PYSITELIB}/pyExcelerator/BIFFRecords.py
${PYSITELIB}/pyExcelerator/BIFFRecords.pyc
${PYSITELIB}/pyExcelerator/BIFFRecords.pyo
@@ -59,45 +59,45 @@
${PYSITELIB}/pyExcelerator/antlr.py
${PYSITELIB}/pyExcelerator/antlr.pyc
${PYSITELIB}/pyExcelerator/antlr.pyo
-docs/py-Excelerator/CHANGES.txt
-docs/py-Excelerator/LICENSE.txt
-docs/py-Excelerator/README.txt
-docs/py-Excelerator/THANKS.txt
-docs/py-Excelerator/TODO.txt
-examples/py-Excelerator/big-16Mb.py
-examples/py-Excelerator/big-35Mb.py
-examples/py-Excelerator/blanks.py
-examples/py-Excelerator/col_width.py
-examples/py-Excelerator/dates.py
-examples/py-Excelerator/format.py
-examples/py-Excelerator/formula_names.py
-examples/py-Excelerator/formulas.py
-examples/py-Excelerator/hyperlinks.py
-examples/py-Excelerator/image.py
-examples/py-Excelerator/merged.py
-examples/py-Excelerator/merged0.py
-examples/py-Excelerator/merged1.py
-examples/py-Excelerator/mini.py
-examples/py-Excelerator/num_formats.py
-examples/py-Excelerator/numbers.py
-examples/py-Excelerator/outline.py
-examples/py-Excelerator/panes.py
-examples/py-Excelerator/parse-fmla.py
-examples/py-Excelerator/protection.py
-examples/py-Excelerator/row_styles.py
-examples/py-Excelerator/row_styles_empty.py
-examples/py-Excelerator/sst.py
-examples/py-Excelerator/unicode0.py
-examples/py-Excelerator/unicode1.py
-examples/py-Excelerator/unicode2.py
-examples/py-Excelerator/wsprops.py
-examples/py-Excelerator/Analyzer.py
-examples/py-Excelerator/biff-dumper.py
-examples/py-Excelerator/compdoc-dumper.py
-examples/py-Excelerator/xls2csv-gerry.py
-examples/py-Excelerator/xls2csv.py
-examples/py-Excelerator/xls2html.py
-examples/py-Excelerator/xls2txt.py
-@dirrm examples/py-Excelerator
-@dirrm docs/py-Excelerator
+share/doc/py-Excelerator/CHANGES.txt
+share/doc/py-Excelerator/LICENSE.txt
+share/doc/py-Excelerator/README.txt
+share/doc/py-Excelerator/THANKS.txt
+share/doc/py-Excelerator/TODO.txt
+share/examples/py-Excelerator/big-16Mb.py
+share/examples/py-Excelerator/big-35Mb.py
+share/examples/py-Excelerator/blanks.py
+share/examples/py-Excelerator/col_width.py
+share/examples/py-Excelerator/dates.py
+share/examples/py-Excelerator/format.py
+share/examples/py-Excelerator/formula_names.py
+share/examples/py-Excelerator/formulas.py
+share/examples/py-Excelerator/hyperlinks.py
+share/examples/py-Excelerator/image.py
+share/examples/py-Excelerator/merged.py
+share/examples/py-Excelerator/merged0.py
+share/examples/py-Excelerator/merged1.py
+share/examples/py-Excelerator/mini.py
+share/examples/py-Excelerator/num_formats.py
+share/examples/py-Excelerator/numbers.py
+share/examples/py-Excelerator/outline.py
+share/examples/py-Excelerator/panes.py
+share/examples/py-Excelerator/parse-fmla.py
+share/examples/py-Excelerator/protection.py
+share/examples/py-Excelerator/row_styles.py
+share/examples/py-Excelerator/row_styles_empty.py
+share/examples/py-Excelerator/sst.py
+share/examples/py-Excelerator/unicode0.py
+share/examples/py-Excelerator/unicode1.py
+share/examples/py-Excelerator/unicode2.py
+share/examples/py-Excelerator/wsprops.py
+share/examples/py-Excelerator/Analyzer.py
+share/examples/py-Excelerator/biff-dumper.py
+share/examples/py-Excelerator/compdoc-dumper.py
+share/examples/py-Excelerator/xls2csv-gerry.py
+share/examples/py-Excelerator/xls2csv.py
+share/examples/py-Excelerator/xls2html.py
+share/examples/py-Excelerator/xls2txt.py
+@dirrm share/examples/py-Excelerator
+@dirrm share/doc/py-Excelerator
@dirrm ${PYSITELIB}/pyExcelerator
Home |
Main Index |
Thread Index |
Old Index