aboutsummaryrefslogtreecommitdiff
path: root/biology/fastx-toolkit
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-03-24 14:12:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-03-24 14:12:23 +0000
commit8add7f1f02740ec8de0bc3cc6ebd05afa9adbabd (patch)
tree73bdd173e6359ed6897d58316bf3e531087130c2 /biology/fastx-toolkit
parentfc0fd19430203bae2e6f0c16e98a98ddabf0755a (diff)
downloadports-8add7f1f02740ec8de0bc3cc6ebd05afa9adbabd.tar.gz
ports-8add7f1f02740ec8de0bc3cc6ebd05afa9adbabd.zip
- 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
Notes
Notes: svn path=/head/; revision=411790
Diffstat (limited to 'biology/fastx-toolkit')
-rw-r--r--biology/fastx-toolkit/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/biology/fastx-toolkit/Makefile b/biology/fastx-toolkit/Makefile
index 67a7c846d851..ed8f59c689c1 100644
--- a/biology/fastx-toolkit/Makefile
+++ b/biology/fastx-toolkit/Makefile
@@ -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>