pkgsrc-WIP-changes archive

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

bcf-score: Clean up Makefile



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Sep 30 07:06:18 2024 -0500
Changeset:	2329a28124ed3ec45a969fcbb69aa8b73920e587

Modified Files:
	bcf-score/Makefile
Removed Files:
	bcf-score/PLIST.new

Log Message:
bcf-score: 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=2329a28124ed3ec45a969fcbb69aa8b73920e587

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

diffstat:
 bcf-score/Makefile  | 3 +--
 bcf-score/PLIST.new | 3 ---
 2 files changed, 1 insertion(+), 5 deletions(-)

diffs:
diff --git a/bcf-score/Makefile b/bcf-score/Makefile
index 399ec601f4..3a881d391c 100644
--- a/bcf-score/Makefile
+++ b/bcf-score/Makefile
@@ -33,7 +33,7 @@ REPLACE_PERL=	misc/* test/test.pl
 
 WRKSRC=		${WRKDIR}/bcftools-${GH_TAG}
 
-CFLAGS+=	-isystem ${LOCALBASE}/include/suitesparse
+CFLAGS+=	-isystem ${PREFIX}/include/suitesparse
 LDFLAGS+=	-lcholmod
 
 DATADIR=		${PREFIX}/share/bcf-score
@@ -49,7 +49,6 @@ pre-configure:
 
 # One .so for each .c in the score distfile
 do-install:
-	${MKDIR} ${DESTDIR}${PREFIX}/libexec/bcftools
 	${INSTALL_PROGRAM} ${WRKSRC}/plugins/blup.so \
 		${DESTDIR}${PREFIX}/libexec/bcftools
 	${INSTALL_PROGRAM} ${WRKSRC}/plugins/liftover.so \
diff --git a/bcf-score/PLIST.new b/bcf-score/PLIST.new
deleted file mode 100644
index 5f0515ac04..0000000000
--- a/bcf-score/PLIST.new
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-share/bcf-score/assoc_plot.R
-@pkgdir libexec/bcftools


Home | Main Index | Thread Index | Old Index