Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 23:44:50 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342905 - head/biology/tRNAscan-SE/files
Message-ID:  <201402052344.s15Nio9e009460@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402052344.s15Nio9e009460>