pkgsrc-WIP-changes archive

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

ncbi-blast+: Fix post-install on Darwin



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Oct 14 09:03:19 2019 -0500
Changeset:	d524071c2174a7e27a558ffc1d29bb370cdbebac

Modified Files:
	ncbi-blast+/Makefile

Log Message:
ncbi-blast+: Fix post-install on Darwin

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

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

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

diffs:
diff --git a/ncbi-blast+/Makefile b/ncbi-blast+/Makefile
index f92396e7bb..4580edee18 100644
--- a/ncbi-blast+/Makefile
+++ b/ncbi-blast+/Makefile
@@ -48,7 +48,9 @@ CONFIGURE_ENV+=		ac_cv_func_statfs=no
 
 post-install:
 	${RM} ${DESTDIR}${PREFIX}/include/ncbi-tools++/*/*/.cvsignore.extra
+.if ${OPSYS} != Darwin
 	${STRIP} ${DESTDIR}${PREFIX}/lib/ncbi-tools++/*.so
+.endif
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../archivers/lzo/buildlink3.mk"


Home | Main Index | Thread Index | Old Index