summaryrefslogtreecommitdiff
path: root/lang/phc
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-01-21 12:19:46 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-01-21 12:19:46 +0000
commit9ede540c911036b33d7cd10c487fc7d03b5665f8 (patch)
treed36f1e4a983c0c358b6564f65b01880f749654ec /lang/phc
parentdevel/tortoisehg: fix stage-qa (diff)
Reinplace the target of the symlink instead of the symlink
PR: 216309
Notes
Notes: svn path=/head/; revision=432027
Diffstat (limited to 'lang/phc')
-rw-r--r--lang/phc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/phc/Makefile b/lang/phc/Makefile
index cdad2cea6609..ca8c609a2c59 100644
--- a/lang/phc/Makefile
+++ b/lang/phc/Makefile
@@ -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>