mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
* Bump portrevision for net/bird and net/bird6 * Update net/bird-devel to current version (20130301) * Add router id fix patch to net/bird * Add multiple fibs patch to net/bird-devel Approved by: az (implicit)
15 lines
617 B
Text
15 lines
617 B
Text
--- tools/Makefile.in.orig 2012-08-07 13:15:45.000000000 +0400
|
|
+++ tools/Makefile.in 2012-08-15 15:51:51.000000000 +0400
|
|
@@ -61,11 +61,7 @@
|
|
if test -n "@CLIENT@" ; then \
|
|
$(INSTALL_PROGRAM) -s $(exedir)/birdc $(DESTDIR)/$(sbindir)/birdc@SUFFIX@ ; \
|
|
fi
|
|
- if ! test -f $(DESTDIR)/@CONFIG_FILE@ ; then \
|
|
- $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/@CONFIG_FILE@ ; \
|
|
- else \
|
|
- echo "Not overwriting old bird@SUFFIX@.conf" ; \
|
|
- fi
|
|
+ $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/@CONFIG_FILE@.example
|
|
|
|
install-docs:
|
|
$(INSTALL) -d $(DESTDIR)/$(docdir)
|