diff options
author | obache <obache@pkgsrc.org> | 2010-10-03 07:32:42 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-03 07:32:42 +0000 |
commit | 15c81ee91e39469c9474a450a168617913748a5b (patch) | |
tree | 185cec62d0de41027308b2b6db30dcc08e4064d4 /chat | |
parent | 644065836d751ac2b72da60022b441265013fe89 (diff) | |
download | pkgsrc-15c81ee91e39469c9474a450a168617913748a5b.tar.gz |
Allow to install without X.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/zircon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |