pkgsrc-WIP-changes archive

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

trinity: fix MASTER_SITE



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Mon Oct 12 21:10:01 2015 +0200
Changeset:	94c409e5ff90a6a257cac4f79542bf65de87dbb6

Modified Files:
	trinity/Makefile

Log Message:
trinity: fix MASTER_SITE

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

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

diffstat:
 trinity/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/trinity/Makefile b/trinity/Makefile
index 4fa3d18..cbd09a6 100644
--- a/trinity/Makefile
+++ b/trinity/Makefile
@@ -23,7 +23,7 @@
 PKGNAME=	trinity-2014.04.13
 DISTNAME=	trinityrnaseq_r20140413p1
 CATEGORIES=	biology
-MASTER_SITES=	https://sourceforge.net/projects/trinityrnaseq/files/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=trinityrnaseq/PREV_CONTENTS/previous_releases/}
 
 MAINTAINER=	jwbacon%tds.net@localhost
 
@@ -101,8 +101,6 @@ CFLAGS+=	-fopenmp
 DATADIR=	${PREFIX}/share/trinity
 DOCSDIR=	${PREFIX}/share/doc/trinity
 
-FETCH_USING=	curl
-
 # Add p4-sys-cpu for CPU_MAX?
 DEPENDS+=	bash:../../shells/bash
 


Home | Main Index | Thread Index | Old Index