diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-01-12 23:36:31 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-01-12 23:36:31 +0000 |
commit | 6112134f225606f40880f90d267f5c1112e200db (patch) | |
tree | c9c598022e15dda519f6d4585de23f583ae2f0ea /net-mgmt/nagios2/files/patch-ab | |
parent | distfile moved (diff) |
update to 0.0.6
Notes
Notes:
svn path=/head/; revision=37156
Diffstat (limited to 'net-mgmt/nagios2/files/patch-ab')
-rw-r--r-- | net-mgmt/nagios2/files/patch-ab | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net-mgmt/nagios2/files/patch-ab b/net-mgmt/nagios2/files/patch-ab index f7ce712a1276..bbaa1d00e8ba 100644 --- a/net-mgmt/nagios2/files/patch-ab +++ b/net-mgmt/nagios2/files/patch-ab @@ -1,8 +1,10 @@ ---- base/Makefile.in Fri Apr 7 11:11:32 2000 -+++ base/Makefile.in.new Sat Jun 10 21:45:15 2000 -@@ -52,5 +52,4 @@ +--- base/Makefile.in.orig Sun Jan 7 21:53:15 2001 ++++ base/Makefile.in Sun Jan 7 21:53:27 2001 +@@ -83,7 +83,6 @@ rm -f *~ install: -- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(BINDIR) - $(INSTALL) -m 774 $(INSTALL_OPTS) netsaint $(BINDIR) +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR) + $(INSTALL) -m 774 $(INSTALL_OPTS) netsaint $(DESTDIR)$(BINDIR) + + |