diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-09-22 17:46:58 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-09-22 17:46:58 +0000 |
commit | 8a3e661b678b3c2d9dfec735dbd0885287db608a (patch) | |
tree | d106f540852f78a7b54a417c10921a5ddecc15ef /devel | |
parent | d5f57f0e80a6861259e9d30c8122b2210a594afa (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/jsoncpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/jsoncpp/Makefile b/devel/jsoncpp/Makefile index 130fa4666032..aaf140fc1a87 100644 --- a/devel/jsoncpp/Makefile +++ b/devel/jsoncpp/Makefile @@ -26,6 +26,6 @@ do-install: (cd ${WRKSRC}/libs/linux-gcc-FreeBSD/ && \ ${INSTALL_LIB} libjson_linux-gcc-FreeBSD_libmt.so \ ${STAGEDIR}${PREFIX}/lib/libjsoncpp.so.0) - (cd ${STAGEDIR}${PREFIX}/lib/ && ${LN} -s libjsoncpp.so.0 libjsoncpp.so ) + (cd ${STAGEDIR}${PREFIX}/lib/ && ${LN} -sf libjsoncpp.so.0 libjsoncpp.so ) .include <bsd.port.mk> |