pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
maker: Add a missing Perl configuration file.
Module Name: pkgsrc-wip
Committed By: Brook Milligan <brook%nmsu.edu@localhost>
Pushed By: brook
Date: Tue Sep 14 15:34:08 2021 -0600
Changeset: abe9337515176906e3c8934be98468ffb04d34c7
Modified Files:
maker/Makefile
maker/PLIST
Log Message:
maker: Add a missing Perl configuration file.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=abe9337515176906e3c8934be98468ffb04d34c7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
maker/Makefile | 10 +++++++++-
maker/PLIST | 6 ++++--
2 files changed, 13 insertions(+), 3 deletions(-)
diffs:
diff --git a/maker/Makefile b/maker/Makefile
index 0f4d44c0aa..de3959984a 100644
--- a/maker/Makefile
+++ b/maker/Makefile
@@ -37,6 +37,14 @@ REPLACE_PERL+= lib/Nuc_translator.pm
REPLACE_PERL+= lib/Widget/fgenesh/fgenesh_wrap
REPLACE_PERL+= lib/Widget/genemark/gmhmm_wrap
+SUBST_CLASSES+= PATH
+SUBST_STAGE.PATH= post-build
+SUBST_FILES.PATH= perl/lib/MAKER/ConfigData.pm
+SUBST_SED.PATH+= -e 's,${WRKDIR}/.cwrapper/bin:,,'
+SUBST_SED.PATH+= -e 's,${WRKDIR}/.buildlink/bin:,,'
+SUBST_SED.PATH+= -e 's,${WRKDIR}/.tools/bin:,,'
+SUBST_SED.PATH+= -e 's,${WRKSRC}/src/../,${PREFIX}/maker,'
+
INSTALLATION_DIRS+= maker share/doc/maker
post-extract:
@@ -61,7 +69,7 @@ do-build:
cd ${WRKSRC}/src && ${PERL5} Build install
do-install:
- cd ${WRKSRC} && ${PAX} -rw bin lib data ${DESTDIR}${PREFIX}/maker
+ cd ${WRKSRC} && ${PAX} -rw bin data lib perl ${DESTDIR}${PREFIX}/maker
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/maker
.include "../../mk/bsd.pkg.mk"
diff --git a/maker/PLIST b/maker/PLIST
index 21dcb5e3ea..4b44fb4e2f 100644
--- a/maker/PLIST
+++ b/maker/PLIST
@@ -224,6 +224,8 @@ maker/lib/polisher/exonerate/protein.pm
maker/lib/repeat_mask_seq.pm
maker/lib/runlog.pm
maker/lib/shadow_AED.pm
+maker/perl/lib/MAKER/ConfigData.pm
+maker/perl/lib/Parallel/Application/MPI.pm
+maker/perl/lib/auto/MAKER/.packlist
+maker/perl/man/MAKER::ConfigData.3
share/doc/maker/README
-@pkgdir maker/lib/verifier
-@pkgdir maker/lib/Parallel/Application
Home |
Main Index |
Thread Index |
Old Index