Date: Thu, 18 Jan 2018 01:54:35 +0000 (UTC) From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459310 - head/net/boinc-client Message-ID: <201801180154.w0I1sZBe004604@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ler Date: Thu Jan 18 01:54:35 2018 New Revision: 459310 URL: https://svnweb.freebsd.org/changeset/ports/459310 Log: net/boinc-client: remove 2 lines from previous commit that I intended to delete. Modified: head/net/boinc-client/Makefile Modified: head/net/boinc-client/Makefile ============================================================================== --- head/net/boinc-client/Makefile Thu Jan 18 01:53:50 2018 (r459309) +++ head/net/boinc-client/Makefile Thu Jan 18 01:54:35 2018 (r459310) @@ -109,8 +109,6 @@ post-patch: @${REINPLACE_CMD} -e 's|@PREFIX@|${PREFIX}|' \ ${WRKSRC}/client/hostinfo_unix.cpp @${REINPLACE_CMD} -e 's|client/scripts||' ${WRKSRC}/Makefile.am - #@${REINPLACE_CMD} -e 's|$$$$mydir/$$$$ldir|&/LC_MESSAGES|' \ - # ${WRKSRC}/locale/Makefile.am # avoid build conflict with archivers/libzip @${MV} ${WRKSRC}/zip/unzip/zip.h ${WRKSRC}/zip/unzip/boinczip.h @${MV} ${WRKSRC}/zip/zip/zip.h ${WRKSRC}/zip/zip/boinczip.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801180154.w0I1sZBe004604>