mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Coming in with Bacula 15.0.2 server are client, docs, nagios check, and the static client. re: https://www.bacula.org/bacula-15-0-2/
11 lines
498 B
Text
11 lines
498 B
Text
--- src/console/Makefile.in.orig 2021-02-05 21:23:44 UTC
|
|
+++ src/console/Makefile.in
|
|
@@ -128,7 +128,7 @@ uninstall:
|
|
depend:
|
|
@$(MV) Makefile Makefile.bak
|
|
@$(SED) "/^# DO NOT DELETE:/,$$ d" Makefile.bak > Makefile
|
|
- @$(ECHO) "# DO NOT DELETE: nice dependency list follows" >> Makefile
|
|
+ @echo "# DO NOT DELETE: nice dependency list follows" >> Makefile
|
|
@$(CXX) -S -M $(CPPFLAGS) $(CONS_INC) -I$(srcdir) -I$(basedir) *.c >> Makefile
|
|
@if test -f Makefile ; then \
|
|
$(RMF) Makefile.bak; \
|