Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jan 2017 12:19:46 +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: r432027 - head/lang/phc
Message-ID:  <201701211219.v0LCJkBD011662@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jan 21 12:19:46 2017
New Revision: 432027
URL: https://svnweb.freebsd.org/changeset/ports/432027

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

Modified:
  head/lang/phc/Makefile

Modified: head/lang/phc/Makefile
==============================================================================
--- head/lang/phc/Makefile	Sat Jan 21 12:18:24 2017	(r432026)
+++ head/lang/phc/Makefile	Sat Jan 21 12:19:46 2017	(r432027)
@@ -20,6 +20,6 @@ post-patch:	.SILENT
 	${REINPLACE_CMD} 's/g++/$$CXX/' \
 		${WRKSRC}/phc_compile_plugin.in
 	${REINPLACE_CMD} 's/insert/this->&/' \
-		${WRKSRC}/include/phc/lib/List.h
+		${WRKSRC}/lib/List.h
 
 .include <bsd.port.mk>



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