summaryrefslogtreecommitdiffstats
path: root/devel/expect/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'devel/expect/PRE_BUILD')
-rwxr-xr-xdevel/expect/PRE_BUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/expect/PRE_BUILD b/devel/expect/PRE_BUILD
index 80f4ce9932..0ca724b459 100755
--- a/devel/expect/PRE_BUILD
+++ b/devel/expect/PRE_BUILD
@@ -5,9 +5,6 @@ cd ${SOURCE_DIRECTORY} &&
sedit '/^install:/s/install-libraries //' Makefile.in &&
sedit 's/^SCRIPTS_MANPAGES = /_&/' Makefile.in &&
sedit 's:/usr/local/bin:/usr/bin:' expect.man &&
-sedit 's:/usr/local/bin:/usr/bin:' expectk.man &&
-sedit 's/^#include "tcl.h"/#include "tclInt.h"/' exp_inter.c &&
-sedit 's/^#include "tcl.h"/#include "tclInt.h"/' exp_command.c &&
sedit 's/^\(#include <stdio\.h>\)/\1\n#include "expect_cf.h"/' Dbg.c &&
sedit 's:AC_CONFIG_SUBDIRS(testsuite)::' configure.in &&