diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-09 07:49:55 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-09 07:49:55 +0000 |
commit | c1e393d3a9e61bb2b264e4cf934efa7520edba0a (patch) | |
tree | c9e9d6971b766769c0981b3d8d285856071fd085 /biology/ncbi-toolkit | |
parent | 679c52592f922e647000cd523360b2931e356b78 (diff) | |
download | ports-c1e393d3a9e61bb2b264e4cf934efa7520edba0a.tar.gz ports-c1e393d3a9e61bb2b264e4cf934efa7520edba0a.zip |
Notes
Diffstat (limited to 'biology/ncbi-toolkit')
-rw-r--r-- | biology/ncbi-toolkit/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/biology/ncbi-toolkit/Makefile b/biology/ncbi-toolkit/Makefile index c512edf7c9d8..643c83de3c40 100644 --- a/biology/ncbi-toolkit/Makefile +++ b/biology/ncbi-toolkit/Makefile @@ -51,6 +51,11 @@ MLINKS= blast.1 bl2seq.1 blast.1 blastall.1 blast.1 blastcl3.1 \ blast.1 blastpgp.1 blast.1 impala.1 blast.1 megablast.1 \ blast.1 seedtop.1 +post-patch: + @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' \ + ${WRKSRC}/make/makedis.csh \ + ${WRKSRC}/platform/freebsd.ncbi.mk + # the ncbi-toolkit provides a shell script to drive the build # and we use it |