mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 17:20:29 -04:00
Game of Trees (Got) is a version control system which prioritizes ease of use and simplicity over flexibility. Got uses Git repositories to store versioned data. Git can be used for any functionality which has not yet been implemented in Got. It will always remain possible to work with both Got and Git on the same repository. WWW: https://gameoftrees.org
12 lines
258 B
Text
12 lines
258 B
Text
--- regress/delta/Makefile.orig 2020-08-09 09:17:05 UTC
|
|
+++ regress/delta/Makefile
|
|
@@ -8,7 +8,7 @@ LDADD = -lz
|
|
|
|
NOMAN = yes
|
|
|
|
-run-regress-delta_test:
|
|
+regress: ${PROG} .PHONY
|
|
${.OBJDIR}/delta_test -q
|
|
|
|
-.include <bsd.regress.mk>
|
|
+.include <bsd.prog.mk>
|