diff options
author | agc <agc@pkgsrc.org> | 2001-11-14 11:55:16 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-11-14 11:55:16 +0000 |
commit | 452732ef40045528277f8d7262d8c7b0491af3fc (patch) | |
tree | fccc4395245206e0140cbffa085b78c41ae64f67 /finance/tclticker/patches/patch-ab | |
parent | f2a37aa88186488eb570dbf42fbdafc56d30a023 (diff) | |
download | pkgsrc-452732ef40045528277f8d7262d8c7b0491af3fc.tar.gz |
We use a separate do-patch target to substitute for @PREFIX@ in the
tcl scripts, so we might as well put @PREFIX@ into the patches rather
than hardcoding "/usr/pkg" in them.
Diffstat (limited to 'finance/tclticker/patches/patch-ab')
-rw-r--r-- | finance/tclticker/patches/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/tclticker/patches/patch-ab b/finance/tclticker/patches/patch-ab index afacb9bd103..8b0f43d1ea6 100644 --- a/finance/tclticker/patches/patch-ab +++ b/finance/tclticker/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.1.1.1 2000/12/11 13:53:25 wiz Exp $ +$NetBSD: patch-ab,v 1.2 2001/11/14 11:55:17 agc Exp $ --- mailquote.orig Mon Dec 20 15:10:24 1999 +++ mailquote Wed Aug 30 21:00:30 2000 @@ -1,6 +1,6 @@ @@ -14,7 +14,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2000/12/11 13:53:25 wiz Exp $ # terms specified in this license. +# set this explicitly -+set env(TCLTICKER_LIB) "/usr/pkg/share/tclticker" ++set env(TCLTICKER_LIB) "@PREFIX@/share/tclticker" + if {! [info exists env(TCLTICKER_LIB)]} { |