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 | 2e6c93e6e901440b66dab1658c64de1080b5f5c5 (patch) | |
tree | 185cec62d0de41027308b2b6db30dcc08e4064d4 /chat/zircon | |
parent | 1c71281e3d474704857986087101b7820b708bea (diff) | |
download | pkgsrc-2e6c93e6e901440b66dab1658c64de1080b5f5c5.tar.gz |
Allow to install without X.
Diffstat (limited to 'chat/zircon')
-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 |