mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
307 B
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),)
|