diff options
author | wen <wen@FreeBSD.org> | 2010-05-02 09:33:05 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-05-02 09:33:05 +0800 |
commit | 00e86b0a447c4fdb08e4f6a5ffd04e9b5d656959 (patch) | |
tree | f341bf0b0de216cc2a4931a23dc427d95177b287 /math/rpy | |
parent | 12ff565794ce9ff78001170977a25a4434a691a0 (diff) | |
download | freebsd-ports-gnome-00e86b0a447c4fdb08e4f6a5ffd04e9b5d656959.tar.gz freebsd-ports-gnome-00e86b0a447c4fdb08e4f6a5ffd04e9b5d656959.tar.zst freebsd-ports-gnome-00e86b0a447c4fdb08e4f6a5ffd04e9b5d656959.zip |
- Fix the PLIST error reported by QAT@
Diffstat (limited to 'math/rpy')
-rw-r--r-- | math/rpy/Makefile | 2 | ||||
-rw-r--r-- | math/rpy/pkg-plist | 2 |
2 files changed, 2 insertions, 2 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 |