diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-29 18:08:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-29 18:08:17 +0000 |
commit | e8dc9c80da040cac241b2910de0ef4d8a69e342a (patch) | |
tree | 6db44c0525c10c54d0690099e6c3c64023045278 /net/boinc-client/Makefile | |
parent | 088dd9a465f05aed60b45b6a46fabe3ecbe4fe11 (diff) | |
download | ports-e8dc9c80da040cac241b2910de0ef4d8a69e342a.tar.gz ports-e8dc9c80da040cac241b2910de0ef4d8a69e342a.zip |
Notes
Diffstat (limited to 'net/boinc-client/Makefile')
-rw-r--r-- | net/boinc-client/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index cc6f05986c06..7e2e18c4ecd4 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= boinc-client -PORTVERSION= 5.8.17 +PORTVERSION= 5.10.32 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= pav @@ -66,6 +66,7 @@ post-patch: @${REINPLACE_CMD} -e 's|gui_rpc_auth.cfg|${BOINC_HOME}/gui_rpc_auth.cfg|g' \ ${WRKSRC}/client/file_names.h ${WRKSRC}/lib/boinc_cmd.C \ ${WRKSRC}/clientgui/MainDocument.cpp + @${REINPLACE_CMD} -e 's|../curl/ca-bundle.crt||' ${WRKSRC}/client/Makefile.in @${REINPLACE_CMD} -e 's|ca-bundle.crt|${LOCALBASE}/share/curl/curl-ca-bundle.crt|' ${WRKSRC}/client/http_curl.C @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' ${WRKSRC}/clientgui/stdwx.h |