diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-05-02 09:33:05 +0800 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-05-02 09:33:05 +0800 |
commit | 3732b28e10519a96e6fb3f7d50c1d88bade913ee (patch) | |
tree | e9733556a8077bc7f5f657631cacaa636a07476e /math | |
parent | 2090b054ece2c75ff7a5264d5773a1633adc41ed (diff) | |
download | freebsd-ports-gnome-3732b28e10519a96e6fb3f7d50c1d88bade913ee.tar.gz freebsd-ports-gnome-3732b28e10519a96e6fb3f7d50c1d88bade913ee.tar.zst freebsd-ports-gnome-3732b28e10519a96e6fb3f7d50c1d88bade913ee.zip |
- Fix the PLIST error reported by QAT@
Diffstat (limited to 'math')
-rw-r--r-- | math/rpy/Makefile | 2 | ||||
-rw-r--r-- | math/rpy/pkg-plist | 2 | ||||
-rw-r--r-- | math/rpy2/Makefile | 2 | ||||
-rw-r--r-- | math/rpy2/pkg-plist | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/math/rpy/Makefile b/math/rpy/Makefile index 367712b4aa21..59139f2ba7c6 100644 --- a/math/rpy/Makefile +++ b/math/rpy/Makefile @@ -8,7 +8,7 @@ PORTNAME= rpy PORTVERSION= 1.0.3 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math MASTER_SITES= SF diff --git a/math/rpy/pkg-plist b/math/rpy/pkg-plist index 3417af8a92fe..4b845a5ecc9b 100644 --- a/math/rpy/pkg-plist +++ b/math/rpy/pkg-plist @@ -1,4 +1,4 @@ -%%PYTHON_SITELIBDIR%%/_rpy2101.so +%%PYTHON_SITELIBDIR%%/_rpy2110.so %%PYTHON_SITELIBDIR%%/rpy.py %%PYTHON_SITELIBDIR%%/rpy.pyc %%PYTHON_SITELIBDIR%%/rpy.pyo diff --git a/math/rpy2/Makefile b/math/rpy2/Makefile index 367712b4aa21..59139f2ba7c6 100644 --- a/math/rpy2/Makefile +++ b/math/rpy2/Makefile @@ -8,7 +8,7 @@ PORTNAME= rpy PORTVERSION= 1.0.3 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math MASTER_SITES= SF diff --git a/math/rpy2/pkg-plist b/math/rpy2/pkg-plist index 3417af8a92fe..4b845a5ecc9b 100644 --- a/math/rpy2/pkg-plist +++ b/math/rpy2/pkg-plist @@ -1,4 +1,4 @@ -%%PYTHON_SITELIBDIR%%/_rpy2101.so +%%PYTHON_SITELIBDIR%%/_rpy2110.so %%PYTHON_SITELIBDIR%%/rpy.py %%PYTHON_SITELIBDIR%%/rpy.pyc %%PYTHON_SITELIBDIR%%/rpy.pyo |