summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-01-20 09:07:38 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-01-20 09:07:38 +0000
commit83e5de51e7114cd182eddbe5a3282671b5c2d736 (patch)
treee57330bbcea50fb83da397615bcdaaeb80aafbf5 /news
parent- Add LICENSE (diff)
Reinplace the target of the symlink instead of the symlink
PR: 216309
Notes
Notes: svn path=/head/; revision=431938
Diffstat (limited to 'news')
-rw-r--r--news/husky/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/husky/Makefile b/news/husky/Makefile
index fcb43dc8d6e0..3291cd785cef 100644
--- a/news/husky/Makefile
+++ b/news/husky/Makefile
@@ -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>