mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 21:39:17 -04:00
9 lines
160 B
Tcl
9 lines
160 B
Tcl
#!/bin/sh
|
|
|
|
${PATCH} -f ${WRKSRC}/apps/dtplite << EOP
|
|
@@ -1,3 +1,1 @@
|
|
-#! /bin/sh
|
|
-# -*- tcl -*-
|
|
-exec tclsh "$0" ${1+"$@"}
|
|
+#!${PREFIX}/bin/tclsh${TCL_VER}
|
|
EOP
|