diff options
-rw-r--r-- | net/ttt/Makefile | 3 | ||||
-rw-r--r-- | net/ttt/distinfo | 3 | ||||
-rw-r--r-- | net/ttt/patches/patch-aa | 13 |
3 files changed, 17 insertions, 2 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index cafd6d41f14..c2abc95f897 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2005/06/01 18:03:08 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/10/01 20:45:05 kristerw Exp $ # DISTNAME= ttt-1.8 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/ diff --git a/net/ttt/distinfo b/net/ttt/distinfo index 278d24e557d..f7204c4505a 100644 --- a/net/ttt/distinfo +++ b/net/ttt/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 12:14:06 agc Exp $ +$NetBSD: distinfo,v 1.5 2005/10/01 20:45:05 kristerw Exp $ SHA1 (ttt-1.8.tar.gz) = bc6e8ceb81ff4bc6cc24b2aeaa5e4ca4c662ed7e RMD160 (ttt-1.8.tar.gz) = 0a24a6aefbd3bd17f0de469832883e648535b882 Size (ttt-1.8.tar.gz) = 134687 bytes +SHA1 (patch-aa) = 9ac1ab4d6305e0305d1f5de118a5760f2af533ed diff --git a/net/ttt/patches/patch-aa b/net/ttt/patches/patch-aa new file mode 100644 index 00000000000..1e590757a9c --- /dev/null +++ b/net/ttt/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2005/10/01 20:45:05 kristerw Exp $ + +--- configure.orig Sat Oct 1 22:38:51 2005 ++++ configure Sat Oct 1 22:39:17 2005 +@@ -2001,7 +2001,7 @@ + tttIncludes="" + tttLibraries="" + tttAuxLibs="" +-tttRunPath="" ++tttRunPath="${PREFIX}/lib" + tttFlags="" + + ttt_ckcmd_tcl_home="" |