diff options
author | John Marino <marino@FreeBSD.org> | 2014-02-05 23:44:50 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-02-05 23:44:50 +0000 |
commit | 5f492e9232aef3c966c89ead2816ebc4b14cdc3a (patch) | |
tree | 7f3fd92f6a1cf136272d4a77758997f6db7e0425 /biology | |
parent | f13851955284105aec9ed22da1105ed352841cc0 (diff) |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/tRNAscan-SE/files/patch-Makefile | 11 |
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) |