diff options
Diffstat (limited to 'sysutils/wots/files/patch-Make.config')
-rw-r--r-- | sysutils/wots/files/patch-Make.config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/wots/files/patch-Make.config b/sysutils/wots/files/patch-Make.config new file mode 100644 index 000000000000..790fc94ebf4d --- /dev/null +++ b/sysutils/wots/files/patch-Make.config @@ -0,0 +1,11 @@ +--- Make.config.orig Sun Feb 22 00:55:42 2004 ++++ Make.config Sun Feb 22 00:56:07 2004 +@@ -4,7 +4,7 @@ + prefix = /usr/local + + # perl interpreter +-PERL = /usr/bin/perl ++PERL = /usr/bin/env perl + # flags to perl to check code before installation + PERLFLAGS = -cw + |