pkgsrc-WIP-changes archive

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

bedtools2: Fix path to script



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Fri Jan 22 17:09:36 2021 +0100
Changeset:	357721e127a41adc27cdc0fde7d9dde07375d5ed

Modified Files:
	bedtools2/Makefile

Log Message:
bedtools2: Fix path to script

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

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

diffstat:
 bedtools2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/bedtools2/Makefile b/bedtools2/Makefile
index b87c765c49..6b06e04a06 100644
--- a/bedtools2/Makefile
+++ b/bedtools2/Makefile
@@ -13,7 +13,7 @@ LICENSE=	mit
 
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	gmake
-REPLACE_SH=	scripts/vcfsortsh
+REPLACE_SH+=	scripts/vcfsortsh.sh
 REPLACE_PYTHON=	scripts/makeBashScripts.py
 
 SUBST_CLASSES+=		pybin


Home | Main Index | Thread Index | Old Index