pkgsrc-WIP-changes archive

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

sra-tools: Revert subst to just prefix rather than prefix/bin



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

Modified Files:
	sra-tools/Makefile

Log Message:
sra-tools: Revert subst to just prefix rather than prefix/bin

Upstream split "/usr/local/bin" into "/usr/local" "/bin"

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

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 7020553fae..a76be7420e 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/bin|${PREFIX}/bin|g'
+SUBST_SED.binpath+=	-e 's|/usr/local|${PREFIX}|g'
 SUBST_FILES.binpath+=	tools/external/driver-tool/file-path.posix.cpp
 
 SUBST_CLASSES+=		submoddir


Home | Main Index | Thread Index | Old Index