pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
canu: Fix perl module path
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By: outpaddling
Date: Thu May 24 14:59:49 2018 -0500
Changeset: 2e8381dfe559592184c02516400527f826cb5cf7
Modified Files:
canu/Makefile
Log Message:
canu: Fix perl module path
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2e8381dfe559592184c02516400527f826cb5cf7
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 868031a68b..23302927a5 100644
--- a/canu/Makefile
+++ b/canu/Makefile
@@ -34,7 +34,7 @@ SUBST_FILES.jar= ${WRKSRC}/pipelines/canu/OverlapMhap.pm
SUBST_CLASSES+= perl
SUBST_STAGE.perl= post-patch
-SUBST_SED.perl= -e 's|RealBin/lib|RealBin/../${SITE_PERL_REL}|g'
+SUBST_SED.perl= -e 's|$$FindBin::RealBin/../lib/site_perl|${PREFIX}/${SITE_PERL_REL}|g'
SUBST_FILES.perl= ${WRKSRC}/pipelines/canu.pl
REPLACE_PERL+= bogart/*.pl \
Home |
Main Index |
Thread Index |
Old Index