summaryrefslogtreecommitdiff
path: root/textproc/py-Excelerator
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2008-03-08 00:32:21 +0000
committermjl <mjl@pkgsrc.org>2008-03-08 00:32:21 +0000
commit8966cc003686c1ab6b071a8bb003411f82b6c736 (patch)
tree7b518f60dc7a89d71c2a1593c4b6afef6da32a90 /textproc/py-Excelerator
parentdf5ff226ddf9907017374bf562df6b4bbd83f407 (diff)
downloadpkgsrc-8966cc003686c1ab6b071a8bb003411f82b6c736.tar.gz
Correct doc and example path.
Diffstat (limited to 'textproc/py-Excelerator')
-rw-r--r--textproc/py-Excelerator/Makefile10
-rw-r--r--textproc/py-Excelerator/PLIST84
2 files changed, 47 insertions, 47 deletions
diff --git a/textproc/py-Excelerator/Makefile b/textproc/py-Excelerator/Makefile
index 836b8ee5e81..a70bdf0498e 100644
--- a/textproc/py-Excelerator/Makefile
+++ b/textproc/py-Excelerator/Makefile
@@ -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 @@ EXTRACT_OPTS_ZIP=-aqo
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 --git a/textproc/py-Excelerator/PLIST b/textproc/py-Excelerator/PLIST
index f9e1ce6e95d..04b1ff7b639 100644
--- a/textproc/py-Excelerator/PLIST
+++ b/textproc/py-Excelerator/PLIST
@@ -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/__init__.pyo
${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