aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-01-30 05:10:39 +0800
committerpav <pav@FreeBSD.org>2009-01-30 05:10:39 +0800
commit14b14f94fb0e9a9342f0382f097a9d7db7ea8c32 (patch)
treec4cf42b42fcfc4d6bdc3ce4a1112f4268c1390fa /net
parent24bd1d5131b040ea9da0d15f7fe42f94a8a6be51 (diff)
downloadfreebsd-ports-graphics-14b14f94fb0e9a9342f0382f097a9d7db7ea8c32.tar.gz
freebsd-ports-graphics-14b14f94fb0e9a9342f0382f097a9d7db7ea8c32.tar.zst
freebsd-ports-graphics-14b14f94fb0e9a9342f0382f097a9d7db7ea8c32.zip
- Chase new location of curl's crt file
Reported by: marck
Diffstat (limited to 'net')
-rw-r--r--net/boinc-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile
index a32062cb34c..2532fcda502 100644
--- a/net/boinc-client/Makefile
+++ b/net/boinc-client/Makefile
@@ -7,7 +7,7 @@
PORTNAME= boinc-client
PORTVERSION= 6.4.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= pav
@@ -69,7 +69,7 @@ post-patch:
${WRKSRC}/client/file_names.h ${WRKSRC}/lib/boinc_cmd.cpp \
${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/file_names.h
+ @${REINPLACE_CMD} -e 's|ca-bundle.crt|${LOCALBASE}/share/certs/ca-root-nss.crt|' ${WRKSRC}/client/file_names.h
@${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' ${WRKSRC}/clientgui/stdwx.h
@${REINPLACE_CMD} -e 's| install-dist_pkgdataDATA||' ${WRKSRC}/clientgui/res/Makefile.in
@${REINPLACE_CMD} -e 's|boincmgr.16x16.png boincmgr.32x32.png boincmgr.48x48.png||' ${WRKSRC}/clientgui/res/Makefile.in