Fix sysutils/wots for amd64 by pointing to the correct perl interpreter.

PR:		ports/63178
Submitted by:	Hendrik Scholz
This commit is contained in:
Bruce M Simpson 2004-02-22 01:01:05 +00:00
parent 48bbc27c4f
commit fdedbdef0a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101637
2 changed files with 12 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= wots PORTNAME= wots
PORTVERSION= 1.22 PORTVERSION= 1.22
PORTREVISION= 1
CATEGORIES= sysutils security CATEGORIES= sysutils security
MASTER_SITES= http://www.hpcc.uh.edu/~tonyc/tools/ MASTER_SITES= http://www.hpcc.uh.edu/~tonyc/tools/

View file

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