ports/sysutils/bacula11-server/files/patch-src_dird_Makefile.in
Dan Langille 103b3de990 sysutils/bacula11*: revert 'Remove expired bacula11 ports"
I'm a month early.

This reverts commit ea825e27e6.

In order to commit this revert, I had to remove distinfo from
net-mgmt/nagios-check_bacula11 because it did not contain a
timestamp - the file is not required because it is a slave
port.
2024-09-01 11:42:04 +00:00

11 lines
488 B
Text

--- src/dird/Makefile.in.orig 2021-02-05 21:23:44 UTC
+++ src/dird/Makefile.in
@@ -150,7 +150,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) $(XINC) -I$(srcdir) -I$(basedir) *.c >> Makefile
@if test -f Makefile ; then \
$(RMF) Makefile.bak; \