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:
Mikhail Teterin 2006-06-27 14:14:17 +00:00
parent 11b6b78152
commit 05ea0cfa5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166448

View file

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