ports/devel/tcllib/scripts/post-patch
Mikhail Teterin e51246132b Turns out, this package now installs one executable -- dtplite.
Add it to pkg-plist and make sure it has proper path to executable
at the beginning.
2004-12-18 02:49:47 +00:00

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