diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-09 15:49:55 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-09 15:49:55 +0800 |
commit | 329443a20466b6fd80770d1ba58c35f9521100c7 (patch) | |
tree | 500a57dc1425266faa0cc84f833faa29a43fa9c9 /biology | |
parent | 26cb6c26d85baf17d79991b9f99ac82887d5618d (diff) | |
download | freebsd-ports-gnome-329443a20466b6fd80770d1ba58c35f9521100c7.tar.gz freebsd-ports-gnome-329443a20466b6fd80770d1ba58c35f9521100c7.tar.zst freebsd-ports-gnome-329443a20466b6fd80770d1ba58c35f9521100c7.zip |
- Respect X11BASE
Approved by: portmgr (linimon)
Diffstat (limited to 'biology')
-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 |