1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Check realpath of PREFIX only when required

This commit is contained in:
Chris Rees 2012-12-30 17:41:43 +00:00
parent 485f8abea6
commit 59ca196eee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309682

View File

@ -77,10 +77,6 @@ PACKAGE_COOKIE= ${WRKDIR}/.package_done.${PORTNAME}.${PREFIX:S/\//_/g}
.include <bsd.port.pre.mk>
.if exists(${PREFIX})
PREFIX_REAL!= /bin/realpath ${PREFIX}
.endif
# The previous Qt port versions installed qmake and qmake's specs under LOCALBASE
# The new devel/qmake port installs them under LOCALBASE. We can use
# either one here, but we prefer the newer:
@ -197,8 +193,10 @@ post-build:
@cd ${WRKSRC}/tools/${tool}; ${SETENV} ${MAKE_ENV} ${MAKE}
.endfor
@${RM} -f ${WRKSRC}/doc/html/qmake*
${REINPLACE_CMD} -e 's|${PREFIX_REAL}/include/q.*h||g' \
-e 's|${PREFIX_REAL}/include/private/q.*h||g' \
PREFIX_REAL=$$(/bin/realpath ${PREFIX}); \
${REINPLACE_CMD} -e "s|$${PREFIX_REAL}/include/q.*h||g" \
-e "s|$${PREFIX_REAL}/include/private/q.*h||g" \
${WRKSRC}/src/Makefile
# Work around qmake generated dependencies