svn commit: r342905 - head/biology/tRNAscan-SE/files

John Marino marino at FreeBSD.org
Wed Feb 5 23:44:51 UTC 2014


Author: marino
Date: Wed Feb  5 23:44:50 2014
New Revision: 342905
URL: http://svnweb.freebsd.org/changeset/ports/342905
QAT: https://qat.redports.org/buildarchive/r342905/

Log:
  biology/tRNAscan-SE: Fix hardcoded perl path

Added:
  head/biology/tRNAscan-SE/files/
  head/biology/tRNAscan-SE/files/patch-Makefile   (contents, props changed)

Added: head/biology/tRNAscan-SE/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/tRNAscan-SE/files/patch-Makefile	Wed Feb  5 23:44:50 2014	(r342905)
@@ -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)


More information about the svn-ports-all mailing list