pkgsrc-WIP-changes archive

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

ncbi-blast+: Clean up Makefile



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Jan 2 10:32:50 2019 -0600
Changeset:	763c541ec09b5b756adbf3ea49f956ace77650a4

Modified Files:
	ncbi-blast+/Makefile

Log Message:
ncbi-blast+: 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=763c541ec09b5b756adbf3ea49f956ace77650a4

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

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

diffs:
diff --git a/ncbi-blast+/Makefile b/ncbi-blast+/Makefile
index 1be09dce43..3e8bfa7c6f 100644
--- a/ncbi-blast+/Makefile
+++ b/ncbi-blast+/Makefile
@@ -20,7 +20,8 @@ SUBST_SED.configure+=	-e '/--infodir=DIR/d'
 SUBST_SED.configure+=	-e '/--mandir=DIR/d'
 SUBST_FILES.configure+=	${WRKSRC}/src/build-system/configure
 
-# Can't use a patch due to RCS tags in the script
+# Can't use a static patch due to RCS tags in the script
+# Allow REPLACE_BASH to determine platform-dependent final path
 SUBST_CLASSES+=		random
 SUBST_STAGE.random=	pre-configure
 SUBST_SED.random=	-e 's|/bin/sh|/usr/bin/env bash|'
@@ -39,7 +40,6 @@ REPLACE_PYTHON=	src/app/winmasker/windowmasker_2.2.22_adapter.py
 CONFIGURE_ENV=		ncbi_cv_prog_amq_w=no
 CONFIGURE_ARGS+=	AR="ar cr" --without-boost
 CONFIGURE_ARGS+=	--libdir=${PREFIX}/lib/ncbi-tools++
-# MAKE_JOBS_SAFE=		no	# Intermittent issues
 WRKSRC=			${WRKDIR}/${DISTNAME}/c++
 
 .include "../../mk/bsd.prefs.mk"


Home | Main Index | Thread Index | Old Index