diff options
author | antoine <antoine@FreeBSD.org> | 2017-01-21 20:19:46 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-01-21 20:19:46 +0800 |
commit | 28cb0bb4a135dbb738a17b92d0508cf926cd40a3 (patch) | |
tree | d36f1e4a983c0c358b6564f65b01880f749654ec /lang | |
parent | 85b36fb4edd38a0221b4959e0690cf53cb817de4 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |