Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/libevent/man oops missed one instance of fixman



details:   https://anonhg.NetBSD.org/src/rev/1110cd49ce39
branches:  trunk
changeset: 328644:1110cd49ce39
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Apr 11 13:18:35 2014 +0000

description:
oops missed one instance of fixman

diffstat:

 external/bsd/libevent/man/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 72f9f53812fb -r 1110cd49ce39 external/bsd/libevent/man/Makefile
--- a/external/bsd/libevent/man/Makefile        Fri Apr 11 11:49:38 2014 +0000
+++ b/external/bsd/libevent/man/Makefile        Fri Apr 11 13:18:35 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/04/10 23:28:11 christos Exp $
+# $NetBSD: Makefile,v 1.4 2014/04/11 13:18:35 christos Exp $
 
 # Try to undo the doxygen lossage in the man pages.
 
@@ -30,7 +30,7 @@
 
 .for i in ${HSRCS2}
 ${i:S/.h.3/.3/g}: $i
-       ${.CURDIR}/fixman ${TOOL_SED} ${.ALLSRC} ${.TARGET}
+       ${HOST_SH} ${.CURDIR}/fixman ${TOOL_SED} ${.ALLSRC} ${.TARGET}
 .endfor
 
 HMAN2=${HSRCS2:S/.h.3/.3/g}



Home | Main Index | Thread Index | Old Index