1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Respect X11BASE

Approved by:	portmgr (linimon)
This commit is contained in:
Rong-En Fan 2006-12-09 07:49:55 +00:00
parent 679c52592f
commit c1e393d3a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179256
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -28,6 +28,10 @@ USE_XPM= 1
USE_XLIB= 1
USE_PERL5= yes
post-patch:
@${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' \
${WRKSRC}/Makefile.PL
post-configure:
@cd ${CONFIGURE_WRKSRC} && ${PERL5} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}