mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix sysutils/wots for amd64 by pointing to the correct perl interpreter.
PR: ports/63178 Submitted by: Hendrik Scholz
This commit is contained in:
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
|
@ -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/
|
||||||
|
|
||||||
|
|
11
sysutils/wots/files/patch-Make.config
Normal file
11
sysutils/wots/files/patch-Make.config
Normal 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue