diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-14 16:00:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-14 16:00:12 +0000 |
commit | 10eb82c1f14931d666e7d58f3bd68675cf8945cb (patch) | |
tree | 6d0e7eb87ef3545198aec4b4edfe37df14bca9c5 /math/rpy | |
parent | f2626ef7b64e429f1172cefdb21455e2994ea727 (diff) |
- Fix build
PR: 130527
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
Reported by: pavbot
Notes
Notes:
svn path=/head/; revision=226092
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 b05cea255440..d44a6c2c2d01 100644 --- a/math/rpy/Makefile +++ b/math/rpy/Makefile @@ -8,7 +8,7 @@ PORTNAME= rpy PORTVERSION= 1.0.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= SF diff --git a/math/rpy/pkg-plist b/math/rpy/pkg-plist index 1525ead2921d..083e39622efc 100644 --- a/math/rpy/pkg-plist +++ b/math/rpy/pkg-plist @@ -1,4 +1,4 @@ -%%PYTHON_SITELIBDIR%%/_rpy2080.so +%%PYTHON_SITELIBDIR%%/_rpy2081.so %%PYTHON_SITELIBDIR%%/rpy.py %%PYTHON_SITELIBDIR%%/rpy.pyc %%PYTHON_SITELIBDIR%%/rpy.pyo |