From 329443a20466b6fd80770d1ba58c35f9521100c7 Mon Sep 17 00:00:00 2001 From: rafan Date: Sat, 9 Dec 2006 07:49:55 +0000 Subject: - Respect X11BASE Approved by: portmgr (linimon) --- biology/ncbi-toolkit/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'biology') 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 -- cgit