pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/tik Use the tools framework to get the correct pa...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5ab1145a85cd
branches: trunk
changeset: 517934:5ab1145a85cd
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Aug 26 13:58:17 2006 +0000
description:
Use the tools framework to get the correct path to wish.
Bump PKGREVISION.
diffstat:
chat/tik/Makefile | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diffs (33 lines):
diff -r 59e3f7f5d8b4 -r 5ab1145a85cd chat/tik/Makefile
--- a/chat/tik/Makefile Sat Aug 26 13:35:13 2006 +0000
+++ b/chat/tik/Makefile Sat Aug 26 13:58:17 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2006/02/05 23:08:26 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2006/08/26 13:58:17 minskim Exp $
#
DISTNAME= tik-0.90
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tik/}
@@ -10,11 +10,14 @@
HOMEPAGE= http://tik.sourceforge.net/
COMMENT= Tcl/Tk AOL Instant Messenger client
-DEPENDS+= tk>=8.1:../../x11/tk
+WRKSRC= ${WRKDIR}/tik
+NO_BUILD= yes
+USE_TOOLS+= wish:run
-WRKSRC= ${WRKDIR}/tik
-NO_CONFIGURE= yes
-NO_BUILD= yes
+REPLACE_INTERPRETER+= wish
+REPLACE.wish.old= .*sh
+REPLACE.wish.new= ${WISH}
+REPLACE_FILES.wish= tik.tcl
TIKDIR= ${PREFIX}/libexec/tik
INSTALLATION_DIRS= bin
Home |
Main Index |
Thread Index |
Old Index