Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Mar 2016 14:12:23 +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: r411790 - head/biology/fastx-toolkit
Message-ID:  <201603241412.u2OECNg2024586@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Mar 24 14:12:23 2016
New Revision: 411790
URL: https://svnweb.freebsd.org/changeset/ports/411790

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Remove USES=tar:bzip2 (incorrect and no-op with USE_GITHUB)
  - Drop unneeded (and incorrect anyway) PKG_CONFIG_PATH
  
  Approved by:	portmgr blanket

Modified:
  head/biology/fastx-toolkit/Makefile

Modified: head/biology/fastx-toolkit/Makefile
==============================================================================
--- head/biology/fastx-toolkit/Makefile	Thu Mar 24 14:08:09 2016	(r411789)
+++ head/biology/fastx-toolkit/Makefile	Thu Mar 24 14:12:23 2016	(r411790)
@@ -8,11 +8,12 @@ CATEGORIES=	biology
 MAINTAINER=	bacon4000@gmail.com
 COMMENT=	CLI tools for Short-Reads FASTA/FASTQ files preprocessing
 
-LICENSE=	AGPLv3
+LICENSE=	AGPLv3+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libgtextutils.so:${PORTSDIR}/biology/libgtextutils
 
-USES=		autoreconf libtool perl5 pkgconfig shebangfix tar:bzip2
+USES=		autoreconf libtool perl5 pkgconfig shebangfix
 USE_PERL5=	run
 SHEBANG_FILES=	scripts/*.pl
 
@@ -21,6 +22,4 @@ GH_ACCOUNT=	agordon
 
 GNU_CONFIGURE=	yes
 
-CONFIGURE_ENV+=	PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig
-
 .include <bsd.port.mk>



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