diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-15 00:00:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-15 00:00:12 +0800 |
commit | c675ad061e4ad07c9703dc1d2afcfb2d2f898a0f (patch) | |
tree | 179b38b78763468540b38517aa644f37189ed586 /math/rpy | |
parent | 802624ecc750b94a42f18893b80a59b583b4a0ad (diff) | |
download | freebsd-ports-gnome-c675ad061e4ad07c9703dc1d2afcfb2d2f898a0f.tar.gz freebsd-ports-gnome-c675ad061e4ad07c9703dc1d2afcfb2d2f898a0f.tar.zst freebsd-ports-gnome-c675ad061e4ad07c9703dc1d2afcfb2d2f898a0f.zip |
- Fix build
PR: 130527
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
Reported by: pavbot
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 |