1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/lang/p5-Tcl/files/patch-aa
1997-06-16 03:03:56 +00:00

10 lines
322 B
Plaintext

--- Makefile.PL.orig Sun Jun 15 22:37:16 1997
+++ Makefile.PL Sun Jun 15 22:37:40 1997
@@ -1,3 +1,4 @@
use ExtUtils::MakeMaker;
-WriteMakefile(LIBS => ["-ltcl -lm"],
- INC => "-I/usr/local/include -I/usr/include/tcl");
+WriteMakefile( NAME => "Tcl",
+ LIBS => ["-ltcl -lm"],
+ INC => "-I/usr/include/tcl");