diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-04-20 06:16:18 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-04-20 06:16:18 +0000 |
commit | 8673c7ec800a8bcc6da14c506081a3cb76e2b8ea (patch) | |
tree | ad3f495c08f0cc331b6958d319f699d021175c19 /sysutils/nut22/files/patch-man_Makefile.in | |
parent | Fix plist problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_4_0'.release/5.4.0
Diffstat (limited to 'sysutils/nut22/files/patch-man_Makefile.in')
-rw-r--r-- | sysutils/nut22/files/patch-man_Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/nut22/files/patch-man_Makefile.in b/sysutils/nut22/files/patch-man_Makefile.in deleted file mode 100644 index a4387d2a5bbf..000000000000 --- a/sysutils/nut22/files/patch-man_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) ; do \ - echo $(INSTALLCMD) -m $(INSTALLMODE) $$f $(MANDIR)/man8; \ - $(INSTALLCMD) -m $(INSTALLMODE) $$f $(MANDIR)/man8; \ - done |