pkgsrc-WIP-changes archive

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

sra-tools: Limit subst to prefix/bin



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue Nov 19 14:02:19 2024 -0600
Changeset:	f8669d5366a7fbbb93af5dca57b6718a33a1539b

Modified Files:
	sra-tools/Makefile

Log Message:
sra-tools: Limit subst to prefix/bin

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

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

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

diffs:
diff --git a/sra-tools/Makefile b/sra-tools/Makefile
index a76be7420e..7020553fae 100644
--- a/sra-tools/Makefile
+++ b/sra-tools/Makefile
@@ -25,7 +25,7 @@ SUBST_FILES.etcdir+=	ncbi-vdb/libs/kfg/config.c
 
 SUBST_CLASSES+=		binpath
 SUBST_STAGE.binpath=	pre-configure
-SUBST_SED.binpath+=	-e 's|/usr/local|${PREFIX}|g'
+SUBST_SED.binpath+=	-e 's|/usr/local/bin|${PREFIX}/bin|g'
 SUBST_FILES.binpath+=	tools/external/driver-tool/file-path.posix.cpp
 
 SUBST_CLASSES+=		submoddir


Home | Main Index | Thread Index | Old Index