diff options
author | ler <ler@FreeBSD.org> | 2018-01-18 09:54:35 +0800 |
---|---|---|
committer | ler <ler@FreeBSD.org> | 2018-01-18 09:54:35 +0800 |
commit | 78e9444c00499dd1562b735aa207e74be0fc36ec (patch) | |
tree | 1b42038ba0551649893c49399a09404a17703b0e /net | |
parent | 1859f9aa5c2c06076b63e6dad974fb6771c977e1 (diff) | |
download | freebsd-ports-gnome-78e9444c00499dd1562b735aa207e74be0fc36ec.tar.gz freebsd-ports-gnome-78e9444c00499dd1562b735aa207e74be0fc36ec.tar.zst freebsd-ports-gnome-78e9444c00499dd1562b735aa207e74be0fc36ec.zip |
net/boinc-client: remove 2 lines from previous commit that I intended to delete.
Diffstat (limited to 'net')
-rw-r--r-- | net/boinc-client/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index 7749321598b3..1d515e38ffbb 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -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 |