freebsd-ports/net/sacc/files/patch-Makefile
Fernando Apesteguía 2546e1f947 net/sacc: update to 1.07
PR:		275412
Reported by:	joonas115@gmail.com
2023-11-30 12:35:58 +01:00

12 lines
322 B
Text

--- Makefile.orig 2023-11-28 19:03:10.851119000 +0200
+++ Makefile 2023-11-28 19:03:30.393321000 +0200
@@ -9,8 +9,7 @@
OBJ = $(BIN:=.o) ui_$(UI).o io_$(IO).o
GETVER = $$(git rev-parse --is-inside-work-tree >/dev/null 2>&1 \
- && git describe --tags \
- || echo $(DEFVERSION))
+ && echo $(DEFVERSION))
all: $(BIN)