diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2013-05-28 15:15:05 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2013-05-28 15:15:05 +0000 |
commit | e80e13199698384004812ef82084507a63c6db49 (patch) | |
tree | 415589d9c68c0b0770aa00cfd4495ce30df83a29 /math/rpy/Makefile | |
parent | e84a004d0c124695b02bb3d3ffe2b62c2bbc29f8 (diff) | |
download | ports-e80e13199698384004812ef82084507a63c6db49.tar.gz ports-e80e13199698384004812ef82084507a63c6db49.zip |
Notes
Diffstat (limited to 'math/rpy/Makefile')
-rw-r--r-- | math/rpy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/rpy/Makefile b/math/rpy/Makefile index 2fb09b182c96..4f39edb33555 100644 --- a/math/rpy/Makefile +++ b/math/rpy/Makefile @@ -3,7 +3,7 @@ PORTNAME= rpy PORTVERSION= 1.0.3 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= math MASTER_SITES= SF @@ -24,7 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib/R/modules -L${LOCALBASE}/lib/R/lib post-patch: @${REINPLACE_CMD} -e 's,^statichere ,,' ${WRKSRC}/src/rpymodule.c - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py + @${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/lib|' ${WRKSRC}/setup.py pre-configure: @(if [ ! -e ${LOCALBASE}/lib/R/lib/libR.so ] ; then \ |