diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-01-20 09:07:38 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-01-20 09:07:38 +0000 |
commit | 83e5de51e7114cd182eddbe5a3282671b5c2d736 (patch) | |
tree | e57330bbcea50fb83da397615bcdaaeb80aafbf5 /news/husky/Makefile | |
parent | dc0cb560d14f7f79e999a87d6dd3b3357030781d (diff) | |
download | ports-83e5de51e7114cd182eddbe5a3282671b5c2d736.tar.gz ports-83e5de51e7114cd182eddbe5a3282671b5c2d736.zip |
Reinplace the target of the symlink instead of the symlink
PR: 216309
Notes
Notes:
svn path=/head/; revision=431938
Diffstat (limited to 'news/husky/Makefile')
-rw-r--r-- | news/husky/Makefile | 2 |
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> |