diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-06 10:03:58 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-06 10:03:58 +0000 |
commit | ff0075afc1eaf14391085c549d4b8ddbe9890eef (patch) | |
tree | f1aa69363f2c8a3a494cb7f930210f099f520526 /net-mgmt/nagios12/files/patch-ab | |
parent | - Add nagios12, version 1.2 of nagios port (thanks to marcus for repocopy). (diff) |
- Re-add old patches.
- Remove recent patches.
Notes
Notes:
svn path=/head/; revision=132626
Diffstat (limited to 'net-mgmt/nagios12/files/patch-ab')
-rw-r--r-- | net-mgmt/nagios12/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/nagios12/files/patch-ab b/net-mgmt/nagios12/files/patch-ab new file mode 100644 index 000000000000..6634c8f6b40a --- /dev/null +++ b/net-mgmt/nagios12/files/patch-ab @@ -0,0 +1,10 @@ +--- base/Makefile.in.orig Mon Nov 11 04:52:13 2002 ++++ base/Makefile.in Tue Nov 26 13:46:41 2002 +@@ -105,7 +105,6 @@ + devclean: clean + + install: +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR) + $(INSTALL) -m 774 $(INSTALL_OPTS) @nagios_name@ $(DESTDIR)$(BINDIR) + $(STRIP) $(DESTDIR)$(BINDIR)/@nagios_name@ + |