diff options
Diffstat (limited to 'editors/lapce/Makefile')
-rw-r--r-- | editors/lapce/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/lapce/Makefile b/editors/lapce/Makefile index 5a4d28d26b57..0b19128cec57 100644 --- a/editors/lapce/Makefile +++ b/editors/lapce/Makefile @@ -1,6 +1,6 @@ PORTNAME= lapce DISTVERSIONPREFIX= v -DISTVERSION= 0.4.4 # Cargo.lock patched: `make patch cargo-crates` +DISTVERSION= 0.4.5 # Cargo.lock patched: `make patch cargo-crates` CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org @@ -43,5 +43,6 @@ post-install: post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/cargo-crates/fontdb-0.16.2/src/lib.rs + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/cargo-crates/fontdb-0.23.0/src/lib.rs .include <bsd.port.mk> |