aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-01-21 20:19:46 +0800
committerantoine <antoine@FreeBSD.org>2017-01-21 20:19:46 +0800
commit28cb0bb4a135dbb738a17b92d0508cf926cd40a3 (patch)
treed36f1e4a983c0c358b6564f65b01880f749654ec /lang
parent85b36fb4edd38a0221b4959e0690cf53cb817de4 (diff)
downloadfreebsd-ports-gnome-28cb0bb4a135dbb738a17b92d0508cf926cd40a3.tar.gz
freebsd-ports-gnome-28cb0bb4a135dbb738a17b92d0508cf926cd40a3.tar.zst
freebsd-ports-gnome-28cb0bb4a135dbb738a17b92d0508cf926cd40a3.zip
Reinplace the target of the symlink instead of the symlink
PR: 216309
Diffstat (limited to 'lang')
-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>