Reinplace the target of the symlink instead of the symlink

PR:		216309
This commit is contained in:
Antoine Brodin 2017-01-20 07:15:34 +00:00
parent b09ebddf53
commit afd4d0ca4c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431933

View File

@ -45,7 +45,7 @@ post-patch:
@${REINPLACE_CMD} \
-e '/^CONLY =/s|^CONLY =.*|CONLY = ${CC}|' \
-e '/^CPLUS =/s|^CPLUS =.*|CPLUS = ${CXX}|' \
${WRKSRC}/build/FreeBSD.${CC_BASENAME}.inc
${WRKSRC}/build/FreeBSD.${COMPILER_TYPE}.inc
do-install:
cd ${WRKSRC}; \