pkgsrc-WIP-changes archive

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

kallisto: Drop unneeded WRKSRC override



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Jul 27 07:18:44 2024 -0500
Changeset:	66452cc24f26cbf9ca33fb89d0415c456d4c2be2

Modified Files:
	kallisto/Makefile

Log Message:
kallisto: Drop unneeded WRKSRC override

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

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

diffstat:
 kallisto/Makefile | 1 -
 1 file changed, 1 deletion(-)

diffs:
diff --git a/kallisto/Makefile b/kallisto/Makefile
index c7a8273adc..d4036ca9ea 100644
--- a/kallisto/Makefile
+++ b/kallisto/Makefile
@@ -19,7 +19,6 @@ SUBST_STAGE.test=	pre-configure
 SUBST_FILES.test=	kallisto-test
 SUBST_SED.test=		-e 's|/usr/local/share/kallisto|${DATADIR}|g'
 
-WRKSRC=			${WRKDIR}/${DISTNAME}
 CMAKE_ARGS+=		-DUSE_HDF5:BOOL=ON -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
 # Build fails on 8-core Mac M1
 MAKE_JOBS_SAFE=		no


Home | Main Index | Thread Index | Old Index