pkgsrc-WIP-changes archive

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

ncbi-blast+: Better linkage of DISTNAME and PKGNAME



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

Modified Files:
	ncbi-blast+/Makefile

Log Message:
ncbi-blast+: Better linkage of DISTNAME and PKGNAME

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

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 84a74e6fdb..183f1d375a 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-${PKGVERSION_NOREV}+-src
-PKGNAME=	ncbi-blast+-2.8.1
+DISTNAME=	ncbi-blast-2.8.1+-src
+PKGNAME=	${DISTNAME:S/+-src//:S/blast/blast+/}
 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