diff options
author | ler <ler@FreeBSD.org> | 2018-01-18 09:54:35 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:25:44 +0800 |
commit | dc40fa38d0427a5e971054dd016be7e96d5aef70 (patch) | |
tree | 99ab2b6fb9d9a79e98d743d8b373d13f5ffd819d /net | |
parent | b98cf8cb61da956cb7634f31539a837139990ede (diff) | |
download | freebsd-ports-gnome-dc40fa38d0427a5e971054dd016be7e96d5aef70.tar.gz freebsd-ports-gnome-dc40fa38d0427a5e971054dd016be7e96d5aef70.tar.zst freebsd-ports-gnome-dc40fa38d0427a5e971054dd016be7e96d5aef70.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 |