From 15c81ee91e39469c9474a450a168617913748a5b Mon Sep 17 00:00:00 2001 From: obache Date: Sun, 3 Oct 2010 07:32:42 +0000 Subject: Allow to install without X. --- chat/zircon/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chat') diff --git a/chat/zircon/Makefile b/chat/zircon/Makefile index bae7a2273dc..32186c4791b 100644 --- a/chat/zircon/Makefile +++ b/chat/zircon/Makefile @@ -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 @@ LICENSE= original-bsd 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 -- cgit v1.2.3