diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-04-19 09:23:26 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-04-19 09:24:03 +0000 |
commit | 24d250663beb96a4e46d1da1a2bc40efcc830a0e (patch) | |
tree | 431d8f1737f15e0661eae0d8028754d6b7396711 /x11/wezterm | |
parent | emulator/tnylpo: update to version 1.1.3 (diff) |
x11/wezterm: drop CARGO_USE_GITHUB workaround after 58744a09099a
Diffstat (limited to 'x11/wezterm')
-rw-r--r-- | x11/wezterm/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11/wezterm/Makefile b/x11/wezterm/Makefile index df355ded4b11..a702c8615dd0 100644 --- a/x11/wezterm/Makefile +++ b/x11/wezterm/Makefile @@ -501,10 +501,6 @@ CARGO_USE_GITHUB= yes # XXX https://github.com/rust-lang/cargo/issues/4101 CARGO_INSTALL_PATH= ${PLIST_FILES:Mbin/*:T} -pre-patch: -# Adjust whitespace for CARGO_USE_GITHUB regex - @${REINPLACE_CMD} 's/git="/git = "/' ${WRKSRC}/window/Cargo.toml - post-patch: # Extract (snapshot) version from the port instead of .tag file @${ECHO_CMD} '${DISTVERSIONFULL}' >${WRKSRC}/.tag |