Author: carl
Date: Tue Apr 30 16:59:25 2013
New Revision: 250110
URL: http://svnweb.freebsd.org/changeset/base/250110

Log:
  Fix the man page installation broken in r250079. Pointy hat to me.
  
  Thanks to Florian Smeets for pointing this out and providing a patch.
  
  Submitted by: Florian Smeets <f...@smeets.im>
  Approved by:  jimharris (mentor)

Modified:
  head/share/man/man4/Makefile

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile        Tue Apr 30 16:51:58 2013        
(r250109)
+++ head/share/man/man4/Makefile        Tue Apr 30 16:59:25 2013        
(r250110)
@@ -648,7 +648,8 @@ MLINKS+=netintro.4 net.4 \
        netintro.4 networking.4
 MLINKS+=${_nfe.4} ${_if_nfe.4}
 MLINKS+=nge.4 if_nge.4
-MLINKS+=${_ntb.4} ${_if_ntb.4} ${_ntb_hw.4}
+MLINKS+=${_ntb.4} ${_if_ntb.4} \
+       ${_ntb.4} ${_ntb_hw.4}
 MLINKS+=${_nve.4} ${_if_nve.4}
 MLINKS+=${_nxge.4} ${_if_nxge.4}
 MLINKS+=patm.4 if_patm.4
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to