ports/net/bird2/files/patch-Makefile.in
Olivier Cochard 05ab0b7b59 net/bird2: Update to 2.0.9
Sponsored by:	Netflix
2022-02-21 16:04:35 +01:00

11 lines
466 B
Text

--- Makefile.in.orig 2022-02-21 11:12:46 UTC
+++ Makefile.in
@@ -207,7 +207,7 @@ install: all
$(INSTALL_PROGRAM) $(exedir)/$$BIN $(DESTDIR)/$(sbindir)/$$BIN ; \
done
if ! test -f $(DESTDIR)/@CONFIG_FILE@ ; then \
- $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/@CONFIG_FILE@ ; \
+ $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/@CONFIG_FILE@.sample ; \
else \
echo "Not overwriting old bird.conf" ; \
fi