1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-15 08:19:13 -04:00
ports/devel/vtcl/files/patch-configure
Dmitry Marakasov 97ce72672a - Add NO_ARCH
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-06-22 13:40:14 +00:00

20 lines
360 B
Text

--- configure.orig 2016-05-23 13:26:31 UTC
+++ configure
@@ -56,9 +56,9 @@ fi
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 @@ export VTCL_HOME
exec \${PATH_TO_WISH} \${VTCL_HOME}/vtcl.tcl \$*
EOF
-chmod +x $VTCL_HOME/vtcl
+chmod +x vtcl