pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
fastqc: Restore subst for fastqc jar path
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Thu May 23 09:10:14 2024 -0500
Changeset: 57dff6820f18d062a4b4b39b439888db8daf85eb
Modified Files:
fastqc/Makefile
Log Message:
fastqc: Restore subst for fastqc jar path
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=57dff6820f18d062a4b4b39b439888db8daf85eb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
fastqc/Makefile | 2 ++
1 file changed, 2 insertions(+)
diffs:
diff --git a/fastqc/Makefile b/fastqc/Makefile
index b5c7b9bc99..30fe0a91eb 100644
--- a/fastqc/Makefile
+++ b/fastqc/Makefile
@@ -15,6 +15,8 @@ LICENSE= gnu-gpl-v3
SUBST_CLASSES+= javapath
SUBST_STAGE.javapath= pre-configure
SUBST_SED.javapath+= -e 's|%%PREFIX%%|${PREFIX}|g'
+SUBST_SED.javapath+= -e 's|$$RealBin$$delimiter|${DATADIR}$$delimiter${JAVAJARDIR}/fastqc$$delimiter|g'
+SUBST_SED.javapath+= -e 's|$$RealBin/|${JAVAJARDIR}/fastqc/|g'
SUBST_FILES.javapath+= fastqc
USE_TOOLS+= perl:run pax
Home |
Main Index |
Thread Index |
Old Index