aboutsummaryrefslogtreecommitdiff
path: root/sysutils/wots
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2004-02-22 01:01:05 +0000
committerBruce M Simpson <bms@FreeBSD.org>2004-02-22 01:01:05 +0000
commitfdedbdef0a1db5cc613c47aa02c6908fa6796661 (patch)
treea974726e76b69cb8f306e0482667b7b1275ee664 /sysutils/wots
parent48bbc27c4f1e00bc7a2df288a21ebeca54662de5 (diff)
downloadports-fdedbdef0a1db5cc613c47aa02c6908fa6796661.tar.gz
ports-fdedbdef0a1db5cc613c47aa02c6908fa6796661.zip
Notes
Diffstat (limited to 'sysutils/wots')
-rw-r--r--sysutils/wots/Makefile1
-rw-r--r--sysutils/wots/files/patch-Make.config11
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
+