aboutsummaryrefslogtreecommitdiff
path: root/biology/tRNAscan-SE
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-02-05 23:44:50 +0000
committerJohn Marino <marino@FreeBSD.org>2014-02-05 23:44:50 +0000
commit5f492e9232aef3c966c89ead2816ebc4b14cdc3a (patch)
tree7f3fd92f6a1cf136272d4a77758997f6db7e0425 /biology/tRNAscan-SE
parentf13851955284105aec9ed22da1105ed352841cc0 (diff)
downloadports-5f492e9232aef3c966c89ead2816ebc4b14cdc3a.tar.gz
ports-5f492e9232aef3c966c89ead2816ebc4b14cdc3a.zip
Notes
Diffstat (limited to 'biology/tRNAscan-SE')
-rw-r--r--biology/tRNAscan-SE/files/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/biology/tRNAscan-SE/files/patch-Makefile b/biology/tRNAscan-SE/files/patch-Makefile
new file mode 100644
index 000000000000..b9e2c9aa2f07
--- /dev/null
+++ b/biology/tRNAscan-SE/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig 2013-03-17 11:38:57.213776000 +0000
++++ Makefile
+@@ -13,7 +13,7 @@ RFLAGS = -DRELEASE=$(COV_RELEASE) -D
+ ## greatly speeding scans of unfinished sequence
+
+ ## where Perl v.5 (or greater) is installed
+-PERLDIR = /usr/bin
++PERLDIR = $(PREFIX)/bin
+
+ ## what you call the Perl v.5 executable on your system
+ ## (this could be 'perl5' or otherwise on some systems)