pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ncbi-blast+: Fix use of PKGVERSION_NOREV



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Jan 2 17:12:14 2019 -0600
Changeset:	b833c0e0243c9212383b50a1d50eda3003952c8d

Modified Files:
	ncbi-blast+/Makefile

Log Message:
ncbi-blast+: Fix use of PKGVERSION_NOREV

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b833c0e0243c9212383b50a1d50eda3003952c8d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ncbi-blast+/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/ncbi-blast+/Makefile b/ncbi-blast+/Makefile
index 3517ac0a01..84a74e6fdb 100644
--- a/ncbi-blast+/Makefile
+++ b/ncbi-blast+/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.4 2018/07/20 03:34:03 ryoon Exp $
 
-DISTNAME=	ncbi-blast-2.8.1+-src
-PKGNAME=	ncbi-blast+-${PKGVERSION_NOREV}
+DISTNAME=	ncbi-blast-${PKGVERSION_NOREV}+-src
+PKGNAME=	ncbi-blast+-2.8.1
 CATEGORIES=	biology
 MASTER_SITES=	https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/ \
 		https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PKGVERSION_NOREV}/


Home | Main Index | Thread Index | Old Index