pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools MAKEINFO usually has "makeinfo" plus argument...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58b9c7f6e1b8
branches:  trunk
changeset: 492996:58b9c7f6e1b8
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Apr 24 22:57:23 2005 +0000

description:
MAKEINFO usually has "makeinfo" plus arguments, so use a wrapper instead
of a symlink.

diffstat:

 mk/tools/texinfo.mk |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 2dc5bb4c1b8c -r 58b9c7f6e1b8 mk/tools/texinfo.mk
--- a/mk/tools/texinfo.mk       Sun Apr 24 22:42:00 2005 +0000
+++ b/mk/tools/texinfo.mk       Sun Apr 24 22:57:23 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: texinfo.mk,v 1.1 2005/04/15 00:00:21 jlam Exp $
+# $NetBSD: texinfo.mk,v 1.2 2005/04/24 22:57:23 jlam Exp $
 
 # Create an install-info script that is a "no operation" command, as
 # registration of info files is handled by the INSTALL script.
@@ -13,8 +13,9 @@
 #
 USE_MAKEINFO?=                 no
 .if empty(USE_MAKEINFO:M[nN][oO])
-TOOLS_SYMLINK+=                        makeinfo
-TOOLS_REAL_CMD.makeinfo=       ${MAKEINFO}
+TOOLS_WRAP+=                   makeinfo
+TOOLS_CMD.makeinfo=            ${TOOLS_DIR}/bin/makeinfo
+TOOLS_REAL_CMDLINE.makeinfo=   ${MAKEINFO}
 .else
 TOOLS_BROKEN+=                 makeinfo
 .endif



Home | Main Index | Thread Index | Old Index