diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-08-04 14:18:52 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-08-04 14:18:52 +0200 |
commit | ab0c71eb34b37ba8683e820179ca31243cd8d905 (patch) | |
tree | c8c75472ce53f9e8a22f3d4d357759e924cbabbe /net/bird/files/patch-tools-Makefile.in | |
parent | multimedia/hypnotix: Remove expired port (diff) |
net/bird: Remove expired port
2024-07-31 net/bird: Upstream EOL was for the end of 2023
Diffstat (limited to 'net/bird/files/patch-tools-Makefile.in')
-rw-r--r-- | net/bird/files/patch-tools-Makefile.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/bird/files/patch-tools-Makefile.in b/net/bird/files/patch-tools-Makefile.in deleted file mode 100644 index 6fafb2fc1761..000000000000 --- a/net/bird/files/patch-tools-Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- tools/Makefile.in.orig 2016-04-29 09:13:23 UTC -+++ tools/Makefile.in -@@ -77,11 +77,7 @@ install: all - if test -n "@CLIENT@" ; then \ - $(INSTALL_PROGRAM) $(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) |