Files
macports-ports/sysutils/lima/files/patch-Makefile.diff

12 lines
307 B
Diff

--- Makefile.orig 2026-03-18 20:24:13
+++ Makefile 2026-03-18 20:28:35
@@ -59,7 +59,7 @@
PACKAGE := github.com/lima-vm/lima/v2
-VERSION ?= $(shell git describe --match 'v[0-9]*' --dirty='.m' --always --tags 2>/dev/null)
+VERSION := @@VERSION@@
VERSION_TRIMMED := $(VERSION:v%=%)
ifeq ($(VERSION),)