diff options
author | drochner <drochner@pkgsrc.org> | 2009-12-16 16:59:48 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-12-16 16:59:48 +0000 |
commit | 4fb08b5cc4bcfce636b0b06f3b4d5b7db9919659 (patch) | |
tree | 6b7cfaaf787d8ba1dfd859b562c72315b3340338 /math | |
parent | d5bd50770cd9830e1d85bd2f563ec1850d51f913 (diff) | |
download | pkgsrc-4fb08b5cc4bcfce636b0b06f3b4d5b7db9919659.tar.gz |
use PYVERSSUFFIX, fixes Python!=2.5
Diffstat (limited to 'math')
-rw-r--r-- | math/py-pytables/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/py-pytables/PLIST b/math/py-pytables/PLIST index c7c58bcd744..ab312c4fb7b 100644 --- a/math/py-pytables/PLIST +++ b/math/py-pytables/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.6 2009/11/15 15:56:55 drochner Exp $ -bin/nctoh52.5 -bin/ptdump2.5 -bin/ptrepack2.5 +@comment $NetBSD: PLIST,v 1.7 2009/12/16 16:59:48 drochner Exp $ +bin/nctoh5${PYVERSSUFFIX} +bin/ptdump${PYVERSSUFFIX} +bin/ptrepack${PYVERSSUFFIX} ${PYSITELIB}/tables/__init__.py ${PYSITELIB}/tables/__init__.pyc ${PYSITELIB}/tables/__init__.pyo |