summaryrefslogtreecommitdiff
path: root/biology/bioperl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/bioperl/Makefile')
-rw-r--r--biology/bioperl/Makefile6
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"