summaryrefslogtreecommitdiff
path: root/biology/blast
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-01-09 23:51:26 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-01-09 23:51:26 +0000
commit3781ecad36ea8abfd60cd8d84c7e22f232dba4d1 (patch)
treec692c730c5c9cd70ddfae992cd437ff9ed2efd8e /biology/blast
parentThis is a workaround to the continuous taint mode incompatibilities with this... (diff)
- SUB_FILES += pkg-message
PR: ports/142407 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Approved by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
Notes
Notes: svn path=/head/; revision=247490
Diffstat (limited to 'biology/blast')
-rw-r--r--biology/blast/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/biology/blast/Makefile b/biology/blast/Makefile
index a8b9c7bd029d..125be954b7ee 100644
--- a/biology/blast/Makefile
+++ b/biology/blast/Makefile
@@ -27,7 +27,6 @@ NO_BUILD= yes
DOWNLOAD_URL= http://blast.wustl.edu/licensing
NO_WRKSUBDIR= yes
-PKGMESSAGE= ${WRKDIR}/pkg-message
PORTDOCS= COPYRIGHT FAQ-Indexing.html HISTORY LICENSE Memory.html \
README.html parameters.html tabular.html
@@ -36,6 +35,7 @@ BINS= blasta gb2fasta gt2fasta memfile nrdb pam patdb \
SCRIPTS= wu-blastall wu-formatdb
BLASTA_LINKS= blastn blastp blastx tblastn tblastx
XDFORMAT_LINKS= setdb pressdb
+SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
@@ -49,9 +49,6 @@ DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-6.x-i686
IGNORE= You must manually fetch ${PORTNAME}${PORTVERSION:S/.0//} for the FreeBSD platform (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
.endif
-post-patch:
- @${SED} -e 's,%%DATADIR%%,${DATADIR},g' < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE}
-
do-install:
.for bin in ${BINS}
${INSTALL_PROGRAM} ${WRKSRC}/${bin} ${PREFIX}/bin