pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bcf-score: Add missing installation dir
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Mon Sep 30 07:08:18 2024 -0500
Changeset: bdedd9ddbfd2f12ab04855a6e53bd329d9a3285f
Modified Files:
bcf-score/Makefile
Log Message:
bcf-score: Add missing installation dir
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bdedd9ddbfd2f12ab04855a6e53bd329d9a3285f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bcf-score/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diffs:
diff --git a/bcf-score/Makefile b/bcf-score/Makefile
index 3a881d391c..df1f505015 100644
--- a/bcf-score/Makefile
+++ b/bcf-score/Makefile
@@ -37,7 +37,8 @@ CFLAGS+= -isystem ${PREFIX}/include/suitesparse
LDFLAGS+= -lcholmod
DATADIR= ${PREFIX}/share/bcf-score
-INSTALLATION_DIRS= libexec/bcftools
+# FIXME: Why is share/bcf-score only necessary on darwin?
+INSTALLATION_DIRS= libexec/bcftools share/bcf-score
post-extract:
${CP} ${WRKDIR}/*.c ${WRKDIR}/*.h ${WRKSRC}/plugins
Home |
Main Index |
Thread Index |
Old Index