svn commit: r432027 - head/lang/phc
Antoine Brodin
antoine at FreeBSD.org
Sat Jan 21 12:19:47 UTC 2017
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>
More information about the svn-ports-all
mailing list