summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2004-02-08 07:35:11 +0000
committerDoug Barton <dougb@FreeBSD.org>2004-02-08 07:35:11 +0000
commit7a54874aafdf81191631e5d8d74058c697052ab3 (patch)
tree84bb3f9275031960d3c6ab1cf7af6cc572a316af /sysutils
parentThis patch has been incorporated into the new release. (diff)
For some reason, these man pages were left out of the 'all' target
Notes
Notes: svn path=/head/; revision=100353
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/nut/files/patch-man_Makefile.in11
-rw-r--r--sysutils/nut22/files/patch-man_Makefile.in11
2 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/nut/files/patch-man_Makefile.in b/sysutils/nut/files/patch-man_Makefile.in
new file mode 100644
index 000000000000..557ac7e5e9d0
--- /dev/null
+++ b/sysutils/nut/files/patch-man_Makefile.in
@@ -0,0 +1,11 @@
+--- man/Makefile.in.orig Thu Nov 27 15:35:19 2003
++++ man/Makefile.in Sat Feb 7 23:09:21 2004
+@@ -47,7 +47,7 @@
+ echo $(INSTALLCMD) -m $(INSTALLMODE) $$f $(MANDIR)/man5; \
+ $(INSTALLCMD) -m $(INSTALLMODE) $$f $(MANDIR)/man5; \
+ done
+- @for f in $(MAN8_PAGES) ; do \
++ @for f in $(MAN8_PAGES) $(SNMPPAGES) hp.8 ; do \
+ echo $(INSTALLCMD) -m $(INSTALLMODE) $$f $(MANDIR)/man8; \
+ $(INSTALLCMD) -m $(INSTALLMODE) $$f $(MANDIR)/man8; \
+ done
diff --git a/sysutils/nut22/files/patch-man_Makefile.in b/sysutils/nut22/files/patch-man_Makefile.in
new file mode 100644
index 000000000000..557ac7e5e9d0
--- /dev/null
+++ b/sysutils/nut22/files/patch-man_Makefile.in
@@ -0,0 +1,11 @@
+--- man/Makefile.in.orig Thu Nov 27 15:35:19 2003
++++ man/Makefile.in Sat Feb 7 23:09:21 2004
+@@ -47,7 +47,7 @@
+ echo $(INSTALLCMD) -m $(INSTALLMODE) $$f $(MANDIR)/man5; \
+ $(INSTALLCMD) -m $(INSTALLMODE) $$f $(MANDIR)/man5; \
+ done
+- @for f in $(MAN8_PAGES) ; do \
++ @for f in $(MAN8_PAGES) $(SNMPPAGES) hp.8 ; do \
+ echo $(INSTALLCMD) -m $(INSTALLMODE) $$f $(MANDIR)/man8; \
+ $(INSTALLCMD) -m $(INSTALLMODE) $$f $(MANDIR)/man8; \
+ done