diff options
author | Doug Barton <dougb@FreeBSD.org> | 2004-02-08 07:35:11 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2004-02-08 07:35:11 +0000 |
commit | 7a54874aafdf81191631e5d8d74058c697052ab3 (patch) | |
tree | 84bb3f9275031960d3c6ab1cf7af6cc572a316af /sysutils/nut | |
parent | 9b10715af363d277f280ed0e3659b32793299a8a (diff) |
Notes
Diffstat (limited to 'sysutils/nut')
-rw-r--r-- | sysutils/nut/files/patch-man_Makefile.in | 11 |
1 files changed, 11 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 |