Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2017 09:07:38 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431938 - head/news/husky
Message-ID:  <201701200907.v0K97csR036474@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701200907.v0K97csR036474>