pkgsrc-WIP-changes archive

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

igv: minor cleanup



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed Feb 24 09:34:08 2021 +0100
Changeset:	bcafe75a8d0e3c9840e9970e1a3d4631bc04c3b4

Modified Files:
	igv/Makefile

Log Message:
igv: minor cleanup

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

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

diffstat:
 igv/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/igv/Makefile b/igv/Makefile
index 5b61a0e0d5..9222c7cc99 100644
--- a/igv/Makefile
+++ b/igv/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	IGV_${PKGVERSION_NOREV}
-PKGNAME=	igv-2.9.2
+DISTNAME=	IGV_2.9.2
+PKGNAME=	${DISTNAME:S/IGV_/igv-/}
 CATEGORIES=	biology
-MASTER_SITES=	https://data.broadinstitute.org/igv/projects/downloads/${PKGVERSION:R}/
+MASTER_SITES=	https://data.broadinstitute.org/igv/projects/downloads/${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=	.zip
 
 MAINTAINER=	bacon%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index