pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/zircon Allow to install without X.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1e26efeb240
branches:  trunk
changeset: 581320:b1e26efeb240
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Oct 03 07:32:42 2010 +0000

description:
Allow to install without X.

diffstat:

 chat/zircon/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 33faaf6d5aa9 -r b1e26efeb240 chat/zircon/Makefile
--- a/chat/zircon/Makefile      Sun Oct 03 07:18:24 2010 +0000
+++ b/chat/zircon/Makefile      Sun Oct 03 07:32:42 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2010/09/26 09:31:13 obache Exp $
+# $NetBSD: Makefile,v 1.14 2010/10/03 07:32:42 obache Exp $
 #
 
 DISTNAME=      zircon-1.18.245
@@ -14,10 +14,10 @@
 NO_CONFIGURE=  yes
 NO_BUILD=      yes
 
-USE_TOOLS+=    wish:run
+USE_TOOLS+=    wish:run tclsh
 
 do-install:
-       @( cd ${WRKSRC} && ./installZircon -b ${PREFIX}/bin -l ${PREFIX}/share/zircon -w ${WISH} -g)
+       @( cd ${WRKSRC} && ${TCLSH} installer/install.tcl -b ${PREFIX}/bin -l ${PREFIX}/share/zircon -w ${WISH} -g)
        @${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/zircon
 .for file in BUGS COPYRIGHT FAQ MANUAL MIRRORS README.ONS README.load README.look README.prefs TODO
        @${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DESTDIR}${PREFIX}/share/doc/zircon



Home | Main Index | Thread Index | Old Index