pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bio-mocha: Add missing installation dir
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Sun Sep 29 12:59:40 2024 -0500
Changeset: c6eb28090d407e42d9ecdebb3abe4131414c1a61
Modified Files:
bio-mocha/Makefile
Log Message:
bio-mocha: 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=c6eb28090d407e42d9ecdebb3abe4131414c1a61
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bio-mocha/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diffs:
diff --git a/bio-mocha/Makefile b/bio-mocha/Makefile
index 0846793307..aa3f3d6d6b 100644
--- a/bio-mocha/Makefile
+++ b/bio-mocha/Makefile
@@ -34,7 +34,8 @@ REPLACE_PERL= misc/* test/test.pl
WRKSRC= ${WRKDIR}/bcftools-${GH_TAG}
DATADIR= ${PREFIX}/share/bio-mocha
-INSTALLATION_DIRS= libexec/bcftools
+# FIXME: Why is share/bio-mocha only required on macOS?
+INSTALLATION_DIRS= libexec/bcftools share/bio-mocha
post-extract:
${CP} ${WRKDIR}/*.c ${WRKDIR}/*.h ${WRKSRC}/plugins
Home |
Main Index |
Thread Index |
Old Index