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:
parent
6315eb1865
commit
24b97b1b54
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179369
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user