diff options
author | Michael Gmelin <grembo@FreeBSD.org> | 2014-12-31 00:31:55 +0000 |
---|---|---|
committer | Michael Gmelin <grembo@FreeBSD.org> | 2014-12-31 00:31:55 +0000 |
commit | de85d6b218a047552a0150190ede663f3116b142 (patch) | |
tree | 0fffc7870b7a198f4f7797e1663d51fde607e639 | |
parent | Add MASTERDIR= ${.CURDIR}/../qemu-sbruno as comment for now. (diff) |
Fix PKGNAMEPREFIX of biology/ncbi-blast+, so that the resulting package is
named like the port.
Approved by: mentors (implicit)
-rw-r--r-- | biology/ncbi-blast+/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/ncbi-blast+/Makefile b/biology/ncbi-blast+/Makefile index e056a5811a10..400e1a69651a 100644 --- a/biology/ncbi-blast+/Makefile +++ b/biology/ncbi-blast+/Makefile @@ -3,9 +3,10 @@ PORTNAME= blast+ PORTVERSION= 2.2.30 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PORTVERSION}/ -PKGNAMEPREFIX= ncbi +PKGNAMEPREFIX= ncbi- DISTNAME= ncbi-blast-${PORTVERSION}+-src MAINTAINER= jwbacon@tds.net |