mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
ChangeLog: https://github.com/solemnwarning/rehex/releases/tag/0.5.0 Submitter requests maintainership. Already maintainer of several ports. PR: 263562 Reported by: fuz@fuz.su (maintainer)
11 lines
315 B
Text
11 lines
315 B
Text
--- plugins/binary-template/Makefile.orig 2022-04-25 10:32:52 UTC
|
|
+++ plugins/binary-template/Makefile
|
|
@@ -49,7 +49,7 @@ ifeq ($(BUSTED),)
|
|
endif
|
|
|
|
ifeq ($(BUSTED),)
|
|
- X := $(error Neither busted or busted.bat found in PATH)
|
|
+ BUSTED := @echo busted not found in PATH, skipping checks ; true
|
|
endif
|
|
endif
|
|
|