From fdedbdef0a1db5cc613c47aa02c6908fa6796661 Mon Sep 17 00:00:00 2001 From: Bruce M Simpson Date: Sun, 22 Feb 2004 01:01:05 +0000 Subject: Fix sysutils/wots for amd64 by pointing to the correct perl interpreter. PR: ports/63178 Submitted by: Hendrik Scholz --- sysutils/wots/files/patch-Make.config | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sysutils/wots/files/patch-Make.config (limited to 'sysutils/wots/files/patch-Make.config') 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 + -- cgit v1.2.3