diff options
author | bms <bms@FreeBSD.org> | 2004-02-22 09:01:05 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2004-02-22 09:01:05 +0800 |
commit | e28032f5aba1827f7b59234e100801390553f8bd (patch) | |
tree | d980816916abf2788b828a0071dfc96d6206f34e /sysutils | |
parent | e24e739f947b06d6b5b06befea2df2d7f525c0a3 (diff) | |
download | freebsd-ports-gnome-e28032f5aba1827f7b59234e100801390553f8bd.tar.gz freebsd-ports-gnome-e28032f5aba1827f7b59234e100801390553f8bd.tar.zst freebsd-ports-gnome-e28032f5aba1827f7b59234e100801390553f8bd.zip |
Fix sysutils/wots for amd64 by pointing to the correct perl interpreter.
PR: ports/63178
Submitted by: Hendrik Scholz
Diffstat (limited to 'sysutils')
-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 + |