freebsd-ports/devel/vtcl/files/patch-configure
Daichi GOTO 5bbac6fe49 update devel/vtcl: 1.6.0b2 -> 1.6.0
PR:		55763
Submitted by:	Marcus von Appen <mva@sysfault.org> (maintainer)
2003-08-21 04:51:56 +00:00

20 lines
366 B
Text

--- 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=$1/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