Date: Thu, 11 Jun 2015 10:17:25 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389186 - head/biology/lagan Message-ID: <201506111017.t5BAHP20068455@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jun 11 10:17:24 2015 New Revision: 389186 URL: https://svnweb.freebsd.org/changeset/ports/389186 Log: - Fix shebangs MFH: 2015Q2 Modified: head/biology/lagan/Makefile Modified: head/biology/lagan/Makefile ============================================================================== --- head/biology/lagan/Makefile Thu Jun 11 10:17:21 2015 (r389185) +++ head/biology/lagan/Makefile Thu Jun 11 10:17:24 2015 (r389186) @@ -3,6 +3,7 @@ PORTNAME= lagan PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://lagan.stanford.edu/lagan_web/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} @@ -12,8 +13,9 @@ COMMENT= Efficient tools for large-scale LICENSE= GPLv2 -USES= perl5 +USES= perl5 shebangfix USE_PERL5= run +SHEBANG_FILES= slagan.pl MAKE_JOBS_UNSAFE=yes SUB_FILES= pkg-message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506111017.t5BAHP20068455>