diff options
author | tg <tg@FreeBSD.org> | 1997-04-29 15:25:01 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-04-29 15:25:01 +0800 |
commit | 193ab60dc8a983bb045a96d2c1c8f494892aa5e0 (patch) | |
tree | 590325664ec63740ac37a3a35ad1b0bbfd92730e | |
parent | 7fb7bb76c6beebe249b0aac48f3c55a3f890213c (diff) | |
download | freebsd-ports-graphics-193ab60dc8a983bb045a96d2c1c8f494892aa5e0.tar.gz freebsd-ports-graphics-193ab60dc8a983bb045a96d2c1c8f494892aa5e0.tar.zst freebsd-ports-graphics-193ab60dc8a983bb045a96d2c1c8f494892aa5e0.zip |
Fix PLIST. I had an old object file in my tree.
-rw-r--r-- | math/numpy/pkg-plist | 2 | ||||
-rw-r--r-- | math/py-numeric/pkg-plist | 2 | ||||
-rw-r--r-- | math/py-numeric17/pkg-plist | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/math/numpy/pkg-plist b/math/numpy/pkg-plist index f73a62cf0d6..b84c2095d7f 100644 --- a/math/numpy/pkg-plist +++ b/math/numpy/pkg-plist @@ -17,7 +17,7 @@ share/python1.4/NumPy/RandomArray.pyc share/python1.4/NumPy/UserArray.py share/python1.4/NumPy/UserArray.pyc share/python1.4/NumPy/fast_umathmodule.so -share/python1.4/NumPy/fftpackmodule.so +share/python1.4/NumPy/fftpack.so share/python1.4/NumPy/lapack_litemodule.so share/python1.4/NumPy/multiarraymodule.so share/python1.4/NumPy/ranlibmodule.so diff --git a/math/py-numeric/pkg-plist b/math/py-numeric/pkg-plist index f73a62cf0d6..b84c2095d7f 100644 --- a/math/py-numeric/pkg-plist +++ b/math/py-numeric/pkg-plist @@ -17,7 +17,7 @@ share/python1.4/NumPy/RandomArray.pyc share/python1.4/NumPy/UserArray.py share/python1.4/NumPy/UserArray.pyc share/python1.4/NumPy/fast_umathmodule.so -share/python1.4/NumPy/fftpackmodule.so +share/python1.4/NumPy/fftpack.so share/python1.4/NumPy/lapack_litemodule.so share/python1.4/NumPy/multiarraymodule.so share/python1.4/NumPy/ranlibmodule.so diff --git a/math/py-numeric17/pkg-plist b/math/py-numeric17/pkg-plist index f73a62cf0d6..b84c2095d7f 100644 --- a/math/py-numeric17/pkg-plist +++ b/math/py-numeric17/pkg-plist @@ -17,7 +17,7 @@ share/python1.4/NumPy/RandomArray.pyc share/python1.4/NumPy/UserArray.py share/python1.4/NumPy/UserArray.pyc share/python1.4/NumPy/fast_umathmodule.so -share/python1.4/NumPy/fftpackmodule.so +share/python1.4/NumPy/fftpack.so share/python1.4/NumPy/lapack_litemodule.so share/python1.4/NumPy/multiarraymodule.so share/python1.4/NumPy/ranlibmodule.so |