diff options
Diffstat (limited to 'net/bird/files/patch-tools-Makefile.in')
-rw-r--r-- | net/bird/files/patch-tools-Makefile.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/bird/files/patch-tools-Makefile.in b/net/bird/files/patch-tools-Makefile.in index 51fa404385f6..d4e560b1c545 100644 --- a/net/bird/files/patch-tools-Makefile.in +++ b/net/bird/files/patch-tools-Makefile.in @@ -1,15 +1,15 @@ ---- tools/Makefile.in.orig 2009-08-16 22:42:37.000000000 +0200 -+++ tools/Makefile.in 2009-09-16 22:22:07.000000000 +0200 -@@ -60,11 +60,7 @@ +--- 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@SUFFIX6@ ; \ + $(INSTALL_PROGRAM) -s $(exedir)/birdc $(DESTDIR)/$(sbindir)/birdc@SUFFIX@ ; \ fi -- if ! test -f $(DESTDIR)/$(sysconfdir)/bird@SUFFIX6@.conf ; then \ -- $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/$(sysconfdir)/bird@SUFFIX6@.conf ; \ +- 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" ; \ +- echo "Not overwriting old bird@SUFFIX@.conf" ; \ - fi -+ $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/$(sysconfdir)/bird@SUFFIX6@.conf.example ; \ ++ $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/@CONFIG_FILE@.example install-docs: $(INSTALL) -d $(DESTDIR)/$(docdir) |