diff options
author | joerg <joerg@pkgsrc.org> | 2008-05-26 02:13:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-05-26 02:13:14 +0000 |
commit | 3d8ef5a52d6570c7a88c64337bb6c476b78c810c (patch) | |
tree | b711f279533efa082bd9211a7161438542a8810d /biology/bioperl | |
parent | 7f7f5ce9170554e6c0c04606c5c2c0548ffab031 (diff) | |
download | pkgsrc-3d8ef5a52d6570c7a88c64337bb6c476b78c810c.tar.gz |
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
Diffstat (limited to 'biology/bioperl')
-rw-r--r-- | biology/bioperl/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/biology/bioperl/Makefile b/biology/bioperl/Makefile index 9cf00438ec7..421d2231b54 100644 --- a/biology/bioperl/Makefile +++ b/biology/bioperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/06/05 23:34:42 minskim Exp $ +# $NetBSD: Makefile,v 1.16 2008/05/26 02:13:16 joerg Exp $ # DISTNAME= bioperl-0.7.0 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://bioperl.org/ COMMENT= Perl tools for computational molecular biology +USE_TOOLS+= pax + REPLACE_PERL+= Bio/LiveSeq/Chain.pm REPLACE_PERL+= Bio/SeqIO/game/featureHandler.pm REPLACE_PERL+= Bio/Tools/Blast/Run/postclient.pl @@ -24,7 +26,7 @@ PERL5_PACKLIST= auto/Bio/.packlist post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bioperl - cd ${WRKSRC}/examples && ${PAX} -rw . ${PREFIX}/share/examples/bioperl + cd ${WRKSRC}/examples && pax -rw . ${PREFIX}/share/examples/bioperl .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |