pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
canu: Fix install on Darwin
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Fri May 19 14:50:58 2023 -0500
Changeset: fbc6f685c238e43b3cb291a1f7f117842fba8b5d
Modified Files:
canu/Makefile
Log Message:
canu: Fix install on Darwin
Create lib/perl5, not automatically created on Darwin
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fbc6f685c238e43b3cb291a1f7f117842fba8b5d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
canu/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/canu/Makefile b/canu/Makefile
index de60311462..5eba94bd68 100644
--- a/canu/Makefile
+++ b/canu/Makefile
@@ -45,7 +45,7 @@ MAKE_ENV+= DESTDIR=${WRKSRC}
TMP_INST= ${WRKSRC}/build
SITE_PERL_REL= lib/perl5/site_perl
JAVAJARDIR= share/java/classes
-INSTALLATION_DIRS= bin ${JAVAJARDIR}
+INSTALLATION_DIRS= bin lib/perl5 ${JAVAJARDIR}
post-extract:
${CHMOD} -R g-w ${WRKDIR}
Home |
Main Index |
Thread Index |
Old Index