diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-09 23:51:26 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-09 23:51:26 +0000 |
commit | 3781ecad36ea8abfd60cd8d84c7e22f232dba4d1 (patch) | |
tree | c692c730c5c9cd70ddfae992cd437ff9ed2efd8e /biology/blast | |
parent | 10b2562faa2802bcafd56d4aff1a2c122f986617 (diff) | |
download | ports-3781ecad36ea8abfd60cd8d84c7e22f232dba4d1.tar.gz ports-3781ecad36ea8abfd60cd8d84c7e22f232dba4d1.zip |
Notes
Diffstat (limited to 'biology/blast')
-rw-r--r-- | biology/blast/Makefile | 5 |
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 |