Reinplace the target of the symlink instead of the symlink

PR:		216309
This commit is contained in:
Antoine Brodin 2017-01-21 12:19:46 +00:00
parent 68aa31c43e
commit 9ede540c91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432027

View file

@ -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>