svn commit: r431938 - head/news/husky

Antoine Brodin antoine at FreeBSD.org
Fri Jan 20 09:07:40 UTC 2017


Author: antoine
Date: Fri Jan 20 09:07:38 2017
New Revision: 431938
URL: https://svnweb.freebsd.org/changeset/ports/431938

Log:
  Reinplace the target of the symlink instead of the symlink
  
  PR:		216309

Modified:
  head/news/husky/Makefile

Modified: head/news/husky/Makefile
==============================================================================
--- head/news/husky/Makefile	Fri Jan 20 09:01:18 2017	(r431937)
+++ head/news/husky/Makefile	Fri Jan 20 09:07:38 2017	(r431938)
@@ -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>


More information about the svn-ports-all mailing list