diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-29 21:10:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-29 21:10:39 +0000 |
commit | 5de37a75f34a5dfea67a6ff149507e2f16acea18 (patch) | |
tree | e1ab7d27aac5b1b3c4e86524c19c44569001982f /net/boinc-client | |
parent | 2b4c2634e7ec31c289b17b3cfcf4c9d53f76a5c0 (diff) | |
download | ports-5de37a75f34a5dfea67a6ff149507e2f16acea18.tar.gz ports-5de37a75f34a5dfea67a6ff149507e2f16acea18.zip |
Notes
Diffstat (limited to 'net/boinc-client')
-rw-r--r-- | net/boinc-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index a32062cb34c3..2532fcda5027 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 |