summaryrefslogtreecommitdiff
path: root/net/netboot/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-01-27 21:12:36 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-01-27 21:12:36 +0000
commitf57b769c716f23fe4ff78a9e8d4b7a8592b6bae9 (patch)
tree2e186c259eacce820602dbd4af25206389331670 /net/netboot/files
parent- Update to 2.8.3 (diff)
- Improve handling of configuration file
PR: ports/76419 Submitted by: Florent Thoumie <flz@xbsd.org> Approved by: David Yeske <dyeske@yahoo.com> (maintainer)
Notes
Notes: svn path=/head/; revision=127495
Diffstat (limited to 'net/netboot/files')
-rw-r--r--net/netboot/files/patch-misc::Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/netboot/files/patch-misc::Makefile b/net/netboot/files/patch-misc::Makefile
new file mode 100644
index 000000000000..c1712d4bc983
--- /dev/null
+++ b/net/netboot/files/patch-misc::Makefile
@@ -0,0 +1,11 @@
+--- misc/Makefile.orig Wed Jan 19 15:24:01 2005
++++ misc/Makefile Wed Jan 19 15:24:27 2005
+@@ -77,7 +77,7 @@
+ $(INSTALL) -d $(sysconfdir)
+ $(INSTALL) -d $(nblibdir)
+ $(INSTALL) -d $(mandir)/man$(MANEXT)
+- $(INSTALL) -m 644 -o bin -g bin $(nbconfig) $(sysconfdir)/$(nbconfig)
++ $(INSTALL) -m 644 -o bin -g bin $(nbconfig) $(sysconfdir)/$(nbconfig)-dist
+ $(INSTALL) -m 644 -o bin -g bin $(drivers) $(nblibdir)/$(drivers)
+ $(INSTALL) -m 644 -o bin -g bin netboot.man $(mandir)/man$(MANEXT)/netboot.$(MANEXT)
+ $(INSTALL) -m 644 -o bin -g bin $(nbconfig).man $(mandir)/man$(MANEXT)/$(nbconfig).$(MANEXT)