diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-10 07:51:26 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-10 07:51:26 +0800 |
commit | 9eee1bf94f3fa0ca124c470328a7b8dbf3063f01 (patch) | |
tree | a20f0bccca85793e441c9e4a71bc9984fe5638b7 /biology | |
parent | 0cbaec26958af42f0951d25d0cde563d30465341 (diff) | |
download | freebsd-ports-gnome-9eee1bf94f3fa0ca124c470328a7b8dbf3063f01.tar.gz freebsd-ports-gnome-9eee1bf94f3fa0ca124c470328a7b8dbf3063f01.tar.zst freebsd-ports-gnome-9eee1bf94f3fa0ca124c470328a7b8dbf3063f01.zip |
- 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)
Diffstat (limited to 'biology')
-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 |