diff options
author | Olivier Cochard <olivier@FreeBSD.org> | 2018-05-25 21:40:31 +0000 |
---|---|---|
committer | Olivier Cochard <olivier@FreeBSD.org> | 2018-05-25 21:40:31 +0000 |
commit | b782168218ce43588149523e6d12003aa68ad324 (patch) | |
tree | f6f85a63c9dbe174622bfa9d50e1cd9a79eaf7bd /net/bird2/files/patch-Makefile.in | |
parent | Upgrade to version 1.6.3 (diff) |
Rename net/bird-devel to net/bird2
Notes
Notes:
svn path=/head/; revision=470869
Diffstat (limited to 'net/bird2/files/patch-Makefile.in')
-rw-r--r-- | net/bird2/files/patch-Makefile.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/bird2/files/patch-Makefile.in b/net/bird2/files/patch-Makefile.in new file mode 100644 index 000000000000..d5824ea146b0 --- /dev/null +++ b/net/bird2/files/patch-Makefile.in @@ -0,0 +1,15 @@ +--- Makefile.in.orig 2017-04-29 22:26:04 UTC ++++ Makefile.in +@@ -163,11 +163,7 @@ install: all + if test -n "@CLIENT@" ; then \ + $(INSTALL_PROGRAM) $(exedir)/birdc $(DESTDIR)/$(sbindir)/birdc ; \ + fi +- if ! test -f $(DESTDIR)/@CONFIG_FILE@ ; then \ +- $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/@CONFIG_FILE@ ; \ +- else \ +- echo "Not overwriting old bird.conf" ; \ +- fi ++ $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/@CONFIG_FILE@.example + + install-docs: + $(INSTALL) -d $(DESTDIR)/$(docdir) |