pkgsrc-WIP-changes archive

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

rna-seq: Clean up Makefile



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Dec 12 12:36:44 2022 -0600
Changeset:	1fd9cd69ff5f5a51591b6f55e6c34e88c0aa4317

Modified Files:
	rna-seq/Makefile

Log Message:
rna-seq: Clean up Makefile

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

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

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

diffs:
diff --git a/rna-seq/Makefile b/rna-seq/Makefile
index 478c2c188a..c82399283a 100644
--- a/rna-seq/Makefile
+++ b/rna-seq/Makefile
@@ -2,7 +2,7 @@
 #
 
 DISTNAME=	rna-seq-1.0
-CATEGORIES=	meta-pkgs biology
+CATEGORIES=	biology meta-pkgs
 MASTER_SITES=	# empty
 
 MAINTAINER=	bacon%NetBSD.org@localhost
@@ -16,7 +16,7 @@ DEPENDS+=	kallisto>=0:../../biology/kallisto
 DEPENDS+=	hisat2>=0:../../biology/hisat2
 DEPENDS+=	samtools>=0:../../biology/samtools
 DEPENDS+=	igv>=0:../../biology/igv
-DEPENDS+=	fasda>=0:../../wip/fasda
+DEPENDS+=	fasda>=0:../../biology/fasda
 
 META_PACKAGE=	yes
 


Home | Main Index | Thread Index | Old Index