diff options
author | gahr <gahr@FreeBSD.org> | 2008-08-05 04:04:42 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-08-05 04:04:42 +0800 |
commit | 7173be6f0574c67f659720d3b2dbec1476d00d91 (patch) | |
tree | 0c50ff4bfe9c56fbb747eb57e4e4695b5a5f00a7 /math/rpy/Makefile | |
parent | 3ae007f0cba3a9ac969dfd8266da0627ffa02432 (diff) | |
download | freebsd-ports-gnome-7173be6f0574c67f659720d3b2dbec1476d00d91.tar.gz freebsd-ports-gnome-7173be6f0574c67f659720d3b2dbec1476d00d91.tar.zst freebsd-ports-gnome-7173be6f0574c67f659720d3b2dbec1476d00d91.zip |
- Chase math/R upgrade
- Bump PORTREVISION
Reported by: pointyhat (via pav)
Approved by: Wen Heping <wenheping@gmail.com> (maintainer)
Diffstat (limited to 'math/rpy/Makefile')
-rw-r--r-- | math/rpy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/rpy/Makefile b/math/rpy/Makefile index 8108e5b3a9c9..d636d955081a 100644 --- a/math/rpy/Makefile +++ b/math/rpy/Makefile @@ -8,7 +8,7 @@ PORTNAME= rpy PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF @@ -27,5 +27,6 @@ BROKEN= Does not compile post-patch: @${REINPLACE_CMD} -e 's,^statichere ,,' ${WRKSRC}/src/rpymodule.c + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py .include <bsd.port.mk> |