1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Respect $X11BASE.

PR:		105844
Approved by:	maintainer's time-out
This commit is contained in:
Thierry Thomas 2006-12-10 11:05:42 +00:00
parent 6315eb1865
commit 24b97b1b54
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179369

View File

@ -193,6 +193,11 @@ CONFIGURE_ENV+= RSHCOMMAND="${LOCALBASE}/bin/ssh"
.endif
.endif
pre-configure:
.for fic in mpe/configure mpe/src/Makefile.in
${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/${fic}
.endfor
post-install:
${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/mpich/bin ${PREFIX}/mpich/lib
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/mpich/doc ${PREFIX}/mpich/include \