summaryrefslogtreecommitdiff
path: root/biology/genesplicer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/genesplicer/Makefile')
-rw-r--r--biology/genesplicer/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/biology/genesplicer/Makefile b/biology/genesplicer/Makefile
index 85eac030346..c59e199d035 100644
--- a/biology/genesplicer/Makefile
+++ b/biology/genesplicer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2008/03/03 01:10:05 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2008/05/26 02:13:16 joerg Exp $
#
DISTNAME= GeneSplicer
@@ -13,6 +13,7 @@ COMMENT= Computational Method for Splice Site Prediction
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
+USE_TOOLS+= pax
EXDIR= ${PREFIX}/share/examples/genesplicer
EXAMPLES= arabidopsis drosophila malaria pyoelii human rice \
@@ -28,6 +29,6 @@ do-install:
.for DOC in readme fasta.example fasta.results
${INSTALL_DATA} ${WRKSRC}/sources/${DOC} ${DESTDIR}${EXDIR}
.endfor
- cd ${WRKSRC} && ${PAX} -rw ${EXAMPLES} ${DESTDIR}${EXDIR}
+ cd ${WRKSRC} && pax -rw ${EXAMPLES} ${DESTDIR}${EXDIR}
.include "../../mk/bsd.pkg.mk"