mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Change the hardcoded references to tmake to the parametrized by
${LOCALBASE}. Grab the pointy hat. Pointed out by: Michael Landin Hostbaek, others
This commit is contained in:
parent
11b6b78152
commit
05ea0cfa5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166448
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ CONFIGURE_ARGS+= --enable-langs no
|
|||
.endif
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e 's|TMAKE *=.*|TMAKE=/opt/bin/tmake|' \
|
||||
-e 's|TMAKEPATH *=.*|TMAKEPATH=/opt/share/tmake/freebsd-g++|' \
|
||||
@${REINPLACE_CMD} -e 's|TMAKE *=.*|TMAKE=${LOCALBASE}/bin/tmake|' \
|
||||
-e 's|TMAKEPATH *=.*|TMAKEPATH=${LOCALBASE}/share/tmake/freebsd-g++|' \
|
||||
${WRKSRC}/Makefile ${WRKSRC}/*/Makefile \
|
||||
${WRKSRC}/addon/doxywizard/Makefile
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue