freebsd-ports/sysutils/wots/files/patch-Make.config
Bruce M Simpson fdedbdef0a Fix sysutils/wots for amd64 by pointing to the correct perl interpreter.
PR:		ports/63178
Submitted by:	Hendrik Scholz
2004-02-22 01:01:05 +00:00

11 lines
289 B
Text

--- 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