From 82b0ca6cd613894ce571cc1e3b12ca3f224e053b Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Wed, 27 Feb 2002 06:35:31 +0000 Subject: Upgrade to 1.6.0a1, use tk83 now, and add WWW to pkg-desc. --- devel/vtcl/files/patch-configure | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 devel/vtcl/files/patch-configure (limited to 'devel/vtcl/files/patch-configure') diff --git a/devel/vtcl/files/patch-configure b/devel/vtcl/files/patch-configure new file mode 100644 index 000000000000..01910f5cc34e --- /dev/null +++ b/devel/vtcl/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Tue Dec 18 07:20:13 2001 ++++ configure Wed Feb 27 14:04:17 2002 +@@ -56,9 +56,9 @@ + echo + + cd `dirname $0` +-VTCL_HOME=`pwd` ++VTCL_HOME=/usr/local/lib/vtcl + +-cat > $VTCL_HOME/vtcl << EOF ++cat > vtcl << EOF + #!/bin/sh + + PATH_TO_WISH=$WISH +@@ -70,4 +70,4 @@ + exec \${PATH_TO_WISH} \${VTCL_HOME}/vtcl.tcl \$* + EOF + +-chmod +x $VTCL_HOME/vtcl ++chmod +x vtcl -- cgit v1.2.3