diff options
author | obache <obache> | 2010-10-03 07:32:42 +0000 |
---|---|---|
committer | obache <obache> | 2010-10-03 07:32:42 +0000 |
commit | 8f358dd6a6e1df14fa4568d0204d035bc31903c8 (patch) | |
tree | 185cec62d0de41027308b2b6db30dcc08e4064d4 | |
parent | b7376ee751fc1ab5d12d196865f33f5f212b2ca3 (diff) | |
download | pkgsrc-8f358dd6a6e1df14fa4568d0204d035bc31903c8.tar.gz |
Allow to install without X.
-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 |