1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Reinplace the target of the symlink instead of the symlink

PR:		216309
This commit is contained in:
Antoine Brodin 2017-01-20 09:07:38 +00:00
parent dc0cb560d1
commit 83e5de51e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431938

View File

@ -33,6 +33,6 @@ GROUPS= fido
pre-build:
${LN} -sf ${HUSKY_ROOTDIR}/huskybse/huskymak.cfg ${HUSKY_ROOTDIR}
@${REINPLACE_CMD} -e 's|gcc|${CC}|; s|g++|${CXX}|' \
${HUSKY_ROOTDIR}/huskymak.cfg
${HUSKY_ROOTDIR}/huskybse/huskymak.cfg
.include <bsd.port.mk>