diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2004-02-22 01:01:05 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2004-02-22 01:01:05 +0000 |
commit | fdedbdef0a1db5cc613c47aa02c6908fa6796661 (patch) | |
tree | a974726e76b69cb8f306e0482667b7b1275ee664 /sysutils/wots | |
parent | 48bbc27c4f1e00bc7a2df288a21ebeca54662de5 (diff) |
Fix sysutils/wots for amd64 by pointing to the correct perl interpreter.
PR: ports/63178
Submitted by: Hendrik Scholz
Notes
Notes:
svn path=/head/; revision=101637
Diffstat (limited to 'sysutils/wots')
-rw-r--r-- | sysutils/wots/Makefile | 1 | ||||
-rw-r--r-- | sysutils/wots/files/patch-Make.config | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/wots/Makefile b/sysutils/wots/Makefile index 187cdb259ec2..afd4d72f5aa3 100644 --- a/sysutils/wots/Makefile +++ b/sysutils/wots/Makefile @@ -7,6 +7,7 @@ PORTNAME= wots PORTVERSION= 1.22 +PORTREVISION= 1 CATEGORIES= sysutils security MASTER_SITES= http://www.hpcc.uh.edu/~tonyc/tools/ 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 + |