aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-04-19 09:23:26 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-04-19 09:24:03 +0000
commit24d250663beb96a4e46d1da1a2bc40efcc830a0e (patch)
tree431d8f1737f15e0661eae0d8028754d6b7396711
parent4edc3a0555310e2b8333ade767404dd2805004bd (diff)
downloadports-24d250663beb96a4e46d1da1a2bc40efcc830a0e.tar.gz
ports-24d250663beb96a4e46d1da1a2bc40efcc830a0e.zip
x11/wezterm: drop CARGO_USE_GITHUB workaround after 58744a09099a
-rw-r--r--x11/wezterm/Makefile4
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