pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/tools Fix the makeinfo wrapper to actually accept a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a968a9db1cf3
branches: trunk
changeset: 493646:a968a9db1cf3
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed May 11 05:43:48 2005 +0000
description:
Fix the makeinfo wrapper to actually accept arguments by fixing the
value of TOOLS_REAL_CMDLINE.makeinfo. In this case, we split MAKEINFO
into the command and the arguments, and allow the default command line
to be constructed.
diffstat:
mk/tools/texinfo.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 84665ee6a04d -r a968a9db1cf3 mk/tools/texinfo.mk
--- a/mk/tools/texinfo.mk Wed May 11 05:05:03 2005 +0000
+++ b/mk/tools/texinfo.mk Wed May 11 05:43:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: texinfo.mk,v 1.4 2005/05/09 01:11:58 jlam Exp $
+# $NetBSD: texinfo.mk,v 1.5 2005/05/11 05:43:48 jlam Exp $
# Create an install-info script that is a "no operation" command, as
# registration of info files is handled by the INSTALL script.
@@ -14,7 +14,8 @@
USE_MAKEINFO?= no
.if empty(USE_MAKEINFO:M[nN][oO])
TOOLS_CREATE+= makeinfo
-TOOLS_REAL_CMDLINE.makeinfo= ${MAKEINFO}
+TOOLS_REAL_CMD.makeinfo= ${MAKEINFO:C/^/_asdf_/1:M_asdf_*:S/^_asdf_//}
+TOOLS_REAL_ARGS.makeinfo= ${MAKEINFO:C/^/_asdf_/1:N_asdf_*}
.else
TOOLS_BROKEN+= makeinfo
.endif
Home |
Main Index |
Thread Index |
Old Index