diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-08-21 13:49:09 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-08-21 13:49:09 +0000 |
commit | b346baff91837eae87aa5829e7c5d7787ed4d4d4 (patch) | |
tree | ddb798182cdc71a0926bb9c67fdfd0656bd74bfd /net-mgmt/nagios4/files/patch-contrib__Makefile.in | |
parent | - Upgrade to 0.14. (diff) |
Update to 4.1.1.
Use the new options targets, and replace most of the patches with sed.
Sponsored by: Absolight
Diffstat (limited to 'net-mgmt/nagios4/files/patch-contrib__Makefile.in')
-rw-r--r-- | net-mgmt/nagios4/files/patch-contrib__Makefile.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net-mgmt/nagios4/files/patch-contrib__Makefile.in b/net-mgmt/nagios4/files/patch-contrib__Makefile.in deleted file mode 100644 index 04161a9d1e13..000000000000 --- a/net-mgmt/nagios4/files/patch-contrib__Makefile.in +++ /dev/null @@ -1,17 +0,0 @@ ---- contrib/Makefile.in.orig 2014-08-12 15:00:01 UTC -+++ contrib/Makefile.in -@@ -52,10 +52,10 @@ distclean: clean - devclean: distclean - - install: -- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CGIDIR) -- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR) -- for f in $(CGIS); do $(INSTALL) -m 775 $(INSTALL_OPTS) $$f $(DESTDIR)$(CGIDIR); done -- for f in $(UTILS); do $(INSTALL) -m 775 $(INSTALL_OPTS) $$f $(DESTDIR)$(BINDIR); done -+ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(CGIDIR) -+ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR) -+ for f in $(CGIS); do $(INSTALL) -m 755 $(INSTALL_OPTS) $$f $(DESTDIR)$(CGIDIR); done -+ for f in $(UTILS); do $(INSTALL) -m 755 $(INSTALL_OPTS) $$f $(DESTDIR)$(BINDIR); done - - ############################################################################## - # rules and dependencies for actual target programs |